Files
jarv.is/layouts/partials/head/restore-theme.html
T

7 lines
187 B
HTML

{{ $themeScript := resources.Get "js/restore-theme.js" | js.Build (dict "target" "es2015" "format" "iife") }}
{{ with $themeScript }}
<script>
{{ .Content | safeJS }}
</script>
{{ end }}