summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2022-09-11 00:46:45 +0200
committerache <ache@ache.one>2022-09-11 00:46:45 +0200
commit1c2ce166c2e42ad19fbe28fbba34c4f6fc288368 (patch)
treea88e285fde1b62cc471f1984fe24e3efd8b1b3ad
parentFix tag URL (diff)
Add theme switch to tag
-rw-r--r--src/templates/tag.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/tag.tmpl b/src/templates/tag.tmpl
index e489c01..7d2d152 100644
--- a/src/templates/tag.tmpl
+++ b/src/templates/tag.tmpl
@@ -20,5 +20,6 @@
<div class="sidenotes"></div>
</div>
{{> leftPanel }}
+ <div id="hid"><div class="sun">{{{svg.sun}}}</div><div class="moon">{{{svg.moon}}}</div></div>
</body>
</html>