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

2 lines
177 B
HTML

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