Files
caldwell/layouts/partials/components/head/js.html
2025-08-14 17:27:01 +03:00

10 lines
251 B
HTML

{{ $opts := dict "minify" true }}
{{ with resources.Get "js/main.js" | js.Build $opts | minify | fingerprint }}
<script
src="{{ .RelPermalink }}"
integrity="{{ .Data.Integrity }}"
crossorigin="anonymous"
defer
></script>
{{ end }}