mirror of
https://github.com/imfing/hextra.git
synced 2025-06-20 06:21:27 -04:00
feat: add theme switcher to support dark mode
This commit is contained in:
2
layouts/partials/scripts.html
Normal file
2
layouts/partials/scripts.html
Normal file
@ -0,0 +1,2 @@
|
||||
{{ $themeJS := resources.Get "js/theme.js" }}
|
||||
<script src="{{ $themeJS.RelPermalink }}"></script>
|
Reference in New Issue
Block a user