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