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