diff options
author | Martin Fischer <martin@push-f.com> | 2025-08-04 20:51:59 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-08-16 20:52:57 +0200 |
commit | 3cada41922abb83b5a5541e4b5efd3fc1659c483 (patch) | |
tree | 63ee2be103394520d78521b12b1711d4968b0cc1 /layouts/_default | |
parent | f5613007297731d12f65ef81e1abacafe1f38cec (diff) |
fix: enable dark theme via CSS
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/baseof.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 2decab0..b5c8cc4 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -36,6 +36,5 @@ {{ end }} </body> -<script src="{{ "js/theme-switch.js" | relURL }}"></script> <script defer src="{{ "js/copy-code.js" | relURL }}"></script> </html> |