2021-09-12 08:33:24 +00:00
|
|
|
<div class="searchbox">
|
|
|
|
<label for="search-by"><i class="fas fa-search"></i></label>
|
|
|
|
<input data-search-input id="search-by" type="search" placeholder="{{ T "Search-placeholder" }}">
|
|
|
|
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
|
|
|
</div>
|
|
|
|
{{- $assetBusting := not .Site.Params.disableAssetsBusting }}
|
|
|
|
<script src="{{"js/lunr.min.js" | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}"></script>
|
|
|
|
<script src="{{"js/auto-complete.js" | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}"></script>
|
2021-09-13 17:21:53 +00:00
|
|
|
<script src="{{ "js/search.js" | relURL }}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}"></script>
|