Execute darkmode script before first render

This commit is contained in:
Brecht Savelkoul
2021-08-13 22:46:00 +02:00
parent 8850976d8d
commit f9920f6d73
5 changed files with 21 additions and 31 deletions
+1 -7
View File
@@ -11,12 +11,6 @@
<a href="/">↳ Let's get you home.</a>
</div>
</div>
{{- with resources.Get "darkmode.js" | minify -}}
<script>
{{.Content | safeJS }}
</script>
{{- end -}}
</body>
</html>
</html>
+1 -8
View File
@@ -18,13 +18,6 @@
</article>
{{partial "footer.html" .}}
</div>
{{- with resources.Get "darkmode.js" | minify -}}
<script>
{{.Content | safeJS }}
</script>
{{- end -}}
</body>
</html>
</html>
+1 -7
View File
@@ -13,10 +13,4 @@
{{partial "footer.html" .}}
</div>
</div>
{{- with resources.Get "darkmode.js" | minify -}}
<script>
{{.Content | safeJS }}
</script>
{{- end -}}
{{end}}
{{end}}
+7 -1
View File
@@ -17,5 +17,11 @@
</style>
{{end}}
{{end}}
{{- with resources.Get "darkmode.js" | minify -}}
<script>
{{.Content | safeJS }}
</script>
{{- end -}}
</head>
{{ template "_internal/google_analytics.html" . }}
{{ template "_internal/google_analytics.html" . }}