You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
516 B
HTML
11 lines
516 B
HTML
<div id="search-container">
|
|
<div id="search-space">
|
|
<input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search" placeholder="Search for something...">
|
|
<div id="results-container">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script defer src="https://cdn.jsdelivr.net/gh/nextapps-de/flexsearch@0.7.2/dist/flexsearch.bundle.js"></script>
|
|
{{ $js := resources.Get "js/search.js" | resources.Fingerprint "md5" | resources.Minify }}
|
|
<script defer src="{{ $js.Permalink }}"></script>
|