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

github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/content/sidebar.html')
-rw-r--r--layouts/partials/content/sidebar.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/content/sidebar.html b/layouts/partials/content/sidebar.html
new file mode 100644
index 0000000..926a175
--- /dev/null
+++ b/layouts/partials/content/sidebar.html
@@ -0,0 +1,6 @@
+<div class="sidebar">
+ {{ partial "widgets/recent_articles" . }}
+ {{ partial "widgets/categories" . }}
+ {{ partial "widgets/tags" . }}
+ {{ partial "widgets/tag_cloud" . }}
+</div>