summaryrefslogtreecommitdiff
path: root/src/templates/article.tmpl
diff options
context:
space:
mode:
authorache <ache@ache.one>2022-09-11 00:29:46 +0200
committerache <ache@ache.one>2022-09-11 00:34:17 +0200
commit5c8feeed682a1af36c5d71f78bfba9d83a618255 (patch)
tree2913884cbf13df5539b4e642789d1a5338568905 /src/templates/article.tmpl
parentFix zen on first time (diff)
Implemente theme switch
Diffstat (limited to 'src/templates/article.tmpl')
-rw-r--r--src/templates/article.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/article.tmpl b/src/templates/article.tmpl
index 6d6528d..33ce8f4 100644
--- a/src/templates/article.tmpl
+++ b/src/templates/article.tmpl
@@ -11,5 +11,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>