website/themes/hugo-theme-wave/layouts/partials/widgets/search.html
Paul Lecuq cbd1c10fff
All checks were successful
continuous-integration/drone/push Build is passing
updated website theme
2023-12-16 00:45:03 +01:00

6 lines
300 B
HTML

<div class="widget-wrap">
<input id="search" type="text" placeholder="search">
<ul id="results"></ul>
<script type="text/javascript" src="{{ .Site.BaseURL }}/js/search.js"></script>
<script type="text/javascript" src="{{ .Site.BaseURL }}/bower_components/lunr.js/lunr.min.js"></script>
</div>