Theme Files Update
This commit is contained in:
parent
dd0cc8f02d
commit
680dbbd43f
15 changed files with 69 additions and 20 deletions
|
@ -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 }}
|
Loading…
Add table
Add a link
Reference in a new issue