Removed extra spaces

This commit is contained in:
Sharwin24 2025-01-01 21:01:17 -08:00
parent 3b342ddf10
commit 6c50f94ebe

View file

@ -20,7 +20,7 @@
{{- partial "analytics.html" . -}}
{{ with resources.Get "scripts/core/theme-scheme.js" | fingerprint }}
<script integrity="{{.Data.Integrity}}">
{ { .Content | safeJS } }
{{ .Content | safeJS }}
</script>
{{ end }}
</head>