mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-25 07:41:30 +00:00
fix darkmode
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
{{define "main"}}
|
||||
<!-- Main Page -->
|
||||
<div class="singlePage">
|
||||
{{partial "darkmode.html" .}}
|
||||
{{.Content}}
|
||||
|
||||
<!-- Contact Info -->
|
||||
@@ -12,4 +13,10 @@
|
||||
{{partial "footer.html" .}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{- with resources.Get "darkmode.js" | minify -}}
|
||||
<script>
|
||||
{{.Content | safeJS }}
|
||||
</script>
|
||||
{{- end -}}
|
||||
{{end}}
|
Reference in New Issue
Block a user