blob: 8bae5090835134f9cc97c75a59e81ded0a7d39a5 (
plain)
1
2
3
4
5
6
|
{{- 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 }}
|