Removed extra spaces
This commit is contained in:
parent
3b342ddf10
commit
6c50f94ebe
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
{{- partial "analytics.html" . -}}
|
{{- partial "analytics.html" . -}}
|
||||||
{{ with resources.Get "scripts/core/theme-scheme.js" | fingerprint }}
|
{{ with resources.Get "scripts/core/theme-scheme.js" | fingerprint }}
|
||||||
<script integrity="{{.Data.Integrity}}">
|
<script integrity="{{.Data.Integrity}}">
|
||||||
{ { .Content | safeJS } }
|
{{ .Content | safeJS }}
|
||||||
</script>
|
</script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue