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

3 lines
171 B
HTML
Raw Normal View History

2018-08-15 21:05:51 +01:00
{{ $script := resources.Get . | minify | fingerprint }}
<script type="text/javascript" src="{{ $script.RelPermalink }}" integrity="{{ $script.Data.Integrity }}"></script>