mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 21:48:27 -04:00
7 lines
187 B
HTML
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 }}
|