1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 04:35:31 -04:00

fix some dark mode logic glitches & random clean up

This commit is contained in:
2020-04-24 18:03:33 -04:00
parent 97c6d556d9
commit d2648a68be
12 changed files with 140 additions and 73 deletions

View File

@@ -10,7 +10,7 @@
{{ block "main" . }}{{ end }}
</div>
{{ partialCached "page/footer" . }}
{{ partial "scripts/bundle" . }}
{{ partial "scripts/_bundle" . }}
{{ partial "scripts/shortcodes" . }}
{{ if eq hugo.Environment "production" }}
{{ partialCached "scripts/simple_analytics" . }}