summaryrefslogtreecommitdiff
path: root/themes/new_theme/layouts/partials/sidebar.html
blob: a69d2a9bc27ae4f1e4506edbbd8eaa4058d2b04c (plain)
1
2
3
4
5
6
7
8
9
10
<aside class="sidebar" itemscope="itemscope" itemtype="http://schema.org/WPSideBar">
	{{ partial "widgets/elasticlunr_search.html" . }}
	{{ $section := .Section }}
	{{ if or ( eq $section "blog" ) ( eq $section "" ) }}
		{{ partial "widgets/recent.html" . }}
		{{ partial "widgets/categories.html" . }}
		{{ partial "widgets/taglist.html" . }}
	{{ end }}
	{{ partial "widgets/dataprotection.html" . }}
</aside>