1
Fork 0
theorangeone.net-legacy/layouts/partials/script.html

2 lines
171 B
HTML

{{ $script := resources.Get . | minify | fingerprint }}
<script type="text/javascript" src="{{ $script.RelPermalink }}" integrity="{{ $script.Data.Integrity }}"></script>