1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-13 05:45:31 -04:00

move dark mode script inline to avoid blinding flash of white background

This commit is contained in:
2021-05-28 11:11:09 -04:00
parent 4a59d3dd51
commit 468cc14d4b
5 changed files with 8 additions and 5 deletions

View File

@@ -12,7 +12,8 @@
{{ block "main" . }}{{ end }}
</main>
{{ partial "page/footer" . }}
{{ partial "scripts/_bundle" . -}}
{{ partialCached "scripts/set_theme" . -}}
{{ partialCached "scripts/_bundle" . -}}
{{ partial "scripts/shortcodes" . -}}
</body>
</html>