hugo-theme-paradox/layouts/partials/search/search-index.html

3 lines
228 B
HTML
Raw Normal View History

2022-10-16 22:15:34 +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>