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

3 lines
228 B
HTML
Raw Normal View History

2022-11-26 14:56:23 +00:00
<script src="https://unpkg.com/lunr/lunr.js"></script>
{{ $js := resources.Get "scripts/search.js" | minify | fingerprint }}
<script type="text/javascript" src="{{ $js.Permalink }}" integrity="{{ $js.Data.Integrity }}"></script>