From 41ef0bdcde0534402d430185052f4c553144487c Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Wed, 6 May 2020 20:30:07 +0800 Subject: General template fix --- layouts/partials/sidebar.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'layouts/partials/sidebar.html') diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index a39eb3f..1f6ce45 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -1,9 +1,11 @@ + {{ if in .Site.Params.mainSections .Type }}
{{ i18n "sidebarToc" }}
{{.TableOfContents}}
{{ end }} +
{{ i18n "sidebarPages" }}
+
{{ i18n "sidebarTags" }}
@@ -25,6 +28,7 @@ {{ end }}
+ + {{ with .Site.Params.bgmImageChart }}
{{ i18n "sidebarBangumiChart" }}
-- cgit v1.2.3