summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorjeffreytse <jeffreytse.mail@gmail.com>2020-10-03 11:31:43 +0800
committerjeffreytse <jeffreytse.mail@gmail.com>2020-10-03 11:55:14 +0800
commitba1db7db3e7bf97de56909b1f13592172d550552 (patch)
tree32b0c1185a71626e54c8a085187d09672547e731 /_layouts
parenta1b848bb55ea525417daf77c1685bedda99abf3a (diff)
feat: add night mode (#4)
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 1823491..b9ad657 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -11,6 +11,8 @@
{%- include extensions/hashlocate.html -%}
+ {%- include extensions/theme-toggle.html -%}
+
<main class="page-content" aria-label="Content">
<div class="wrapper">
{{ content }}