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

github.com/jaden/twentyfourteen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/sidebar.html')
-rw-r--r--layouts/partials/sidebar.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
new file mode 100644
index 0000000..561213f
--- /dev/null
+++ b/layouts/partials/sidebar.html
@@ -0,0 +1,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 -->