Theme Files Update

This commit is contained in:
GitHub Action 2023-08-19 07:24:17 +00:00
parent dd0cc8f02d
commit 680dbbd43f
15 changed files with 69 additions and 20 deletions

View file

@ -3,4 +3,7 @@
<noscript>
<a href="#" class="scroll-up show">{{ partial "svg.html" (dict "context" . "name" "scrollup") }}</a>
</noscript>
{{ $scrollwatcher := resources.Get "js/scrollwatcher.js" -}}
{{ $script := $scrollwatcher | minify | fingerprint -}}
<script async src="{{ $script.Permalink }}" {{ printf "integrity=%q" $script.Data.Integrity | safeHTMLAttr }} crossorigin="anonymous"></script>
{{ end }}