citra-web/site/themes/citra-bs-theme/layouts/shortcodes/js-download.html
liushuyu 8e9b406e71 tree-wide: adapt to latest Hugo layout ...
* Use Hugo to process SCSS and images
* Use co-location page bundles
* Use Hugo/ESBuild to minify JS files
* Update NPM dependencies
2023-02-10 08:50:35 -07:00

3 lines
170 B
HTML

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