aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/edwin/layouts/partials/sidebar.html
diff options
context:
space:
mode:
Diffstat (limited to 'generators/hugo/themes/edwin/layouts/partials/sidebar.html')
-rw-r--r--generators/hugo/themes/edwin/layouts/partials/sidebar.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/generators/hugo/themes/edwin/layouts/partials/sidebar.html b/generators/hugo/themes/edwin/layouts/partials/sidebar.html
new file mode 100644
index 0000000..6d182f8
--- /dev/null
+++ b/generators/hugo/themes/edwin/layouts/partials/sidebar.html
@@ -0,0 +1,8 @@
+<aside class="">
+ {{ if default true .Site.Params.sidebar.showRecent }}
+ {{ partial "recent" . }}
+ {{ end }}
+ {{ if default true .Site.Params.sidebar.showTaxonomy }}
+ {{ partial "taxonomies" . }}
+ {{ end }}
+</aside>