Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sidebar.html « partials « layouts - github.com/jaden/twentyfourteen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 561213f8b75a66f6dbba84f762b1442de77dc3dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div id="secondary">

	{{ if isset .Site.Params "Description" }} 
		{{ with .Site.Params.Description }}<h2 class="site-description">{{ . }}</h2>{{ end }}
	{{ end }}

	<div id="primary-sidebar" class="primary-sidebar widget-area" role="complementary">

		{{ partial "searchform.html" . }}

		{{ partial "recentposts.html" . }}

		{{ partial "categories.html" . }}

	</div>

</div><!-- #secondary -->