hugo-theme-lowtech/layouts/partials/js.html

6 lines
184 B
HTML
Raw Normal View History

2020-09-09 12:15:40 +02:00
{{ $main := resources.Get "js/main.js" }}
{{ with $main }}
2020-11-26 16:00:27 +01:00
{{ $js := . | resources.Minify | fingerprint }}
2020-09-09 12:15:40 +02:00
<script type="text/javascript" src="{{ $js.Permalink }}"></script>
{{ end }}