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

2 lines
183 B
HTML

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