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