summaryrefslogtreecommitdiff
path: root/themes/new_theme/layouts/partials/sidebar.html
blob: 1147dd2fe36499bf2160f1497de5c3160c9e4e61 (plain)
1
2
3
4
5
6
7
8
9
10
<aside class="sidebar" itemscope="itemscope" itemtype="http://schema.org/WPSideBar">
	{{ partial "widgets/dataprotection.html" . }}
	{{ 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 }}
</aside>