mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-15 15:51:20 +00:00
3 lines
228 B
HTML
3 lines
228 B
HTML
|
<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>
|