trwnh.com/wiki.hugo/layouts/partials/search/search-index.html

3 lines
234 B
HTML
Raw Normal View History

<script src="https://unpkg.com/lunr/lunr.js"></script>
{{ $js := resources.Get "scripts/search.js" | minify | fingerprint }}
2024-09-30 01:32:51 +00:00
<script defer type="text/javascript" src="{{ $js.Permalink }}" integrity="{{ $js.Data.Integrity }}"></script>