github.io/layouts/shortcodes/script.html

4 lines
136 B
HTML
Raw Normal View History

{{ with resources.Get (.Get 0) | fingerprint }}
<script src='{{ .RelPermalink }}' integrity='{{ .Data.Integrity }}'></script>
{{ end }}