summaryrefslogtreecommitdiff
path: root/themes/new_theme/layouts/partials/sidebar.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/new_theme/layouts/partials/sidebar.html')
-rw-r--r--themes/new_theme/layouts/partials/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/new_theme/layouts/partials/sidebar.html b/themes/new_theme/layouts/partials/sidebar.html
index 1147dd2..4fc8150 100644
--- a/themes/new_theme/layouts/partials/sidebar.html
+++ b/themes/new_theme/layouts/partials/sidebar.html
@@ -2,7 +2,7 @@
{{ partial "widgets/dataprotection.html" . }}
{{ partial "widgets/elasticlunr_search.html" . }}
{{ $section := .Section }}
- {{ if or ( eq $section "blog" ) ( eq $section "" ) }}
+ {{ if or ( eq $section "blog" ) ( eq $section "" ) ( eq $section "categories" ) }}
{{ partial "widgets/recent.html" . }}
{{ partial "widgets/categories.html" . }}
{{ partial "widgets/taglist.html" . }}