forked from drowl87/hextra_mirror
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