3 lines
170 B
HTML
Raw Normal View History

{{ $js := resources.Get "js/download.js" | js.Build (dict "minify" true "target" "es2015") }}
<script async type="text/javascript" src="{{ $js.RelPermalink }}"></script>