trwnh.com/unified.test.hugo/layouts/partials/search/search-index.html
2024-10-05 01:27:07 -05:00

3 lines
No EOL
234 B
HTML

<script src="https://unpkg.com/lunr/lunr.js"></script>
{{ $js := resources.Get "scripts/search.js" | minify | fingerprint }}
<script defer type="text/javascript" src="{{ $js.Permalink }}" integrity="{{ $js.Data.Integrity }}"></script>