summaryrefslogtreecommitdiff
path: root/src/templates/article.tmpl
diff options
context:
space:
mode:
authorache <ache@ache.one>2022-09-13 10:38:40 +0200
committerache <ache@ache.one>2022-09-13 10:51:27 +0200
commitfdaa36bb68f9ea4b62cb8e2d9810dbf5b8316955 (patch)
treec834784c9d8ccde05f076bb8d13addd9304cb950 /src/templates/article.tmpl
parentSet theme on localStorage (diff)
Create an HID template
Diffstat (limited to 'src/templates/article.tmpl')
-rw-r--r--src/templates/article.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/article.tmpl b/src/templates/article.tmpl
index 33ce8f4..e5267ff 100644
--- a/src/templates/article.tmpl
+++ b/src/templates/article.tmpl
@@ -10,7 +10,7 @@
</article>
<div class="sidenotes"></div>
</div>
- {{> leftPanel }}
- <div id="hid"><div class="sun">{{{svg.sun}}}</div><div class="moon">{{{svg.moon}}}</div></div>
+ {{>leftPanel }}
+ {{>hid }}
</body>
</html>