From 6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Mon, 13 Apr 2020 19:13:39 +0800 Subject: Initial commit --- layouts/partials/sidebar.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 layouts/partials/sidebar.html (limited to 'layouts/partials/sidebar.html') diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html new file mode 100644 index 0000000..5150a87 --- /dev/null +++ b/layouts/partials/sidebar.html @@ -0,0 +1,37 @@ +
+
页面
+ +
+
+
标签
+
+ {{ range .Site.Taxonomies.tags }} + + {{ .Page.Title }} + + {{ end }} +
+
+ +{{ with .Site.Params.bgmImageChart }} +
+
番剧
+ +
+{{ end }} \ No newline at end of file -- cgit v1.2.3