summaryrefslogtreecommitdiff
path: root/layouts/partials/head/js.html
blob: aa471f4b9e68b73e4489875fca36b699752e9e8d (plain)
1
2
3
4
5
6
7
{{- with resources.Get "js/main.js" }}
{{- $opts := dict "minify" true }}
{{- with . | js.Build $opts | fingerprint }}
<script src="{{ .RelPermalink }}" integrity="{{- .Data.Integrity }}"
    crossorigin="anonymous"></script>
{{- end }}
{{- end }}