hugo-book
This commit is contained in:
7
themes/hugo-book/layouts/partials/docs/search.html
Normal file
7
themes/hugo-book/layouts/partials/docs/search.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{ if default true .Site.Params.BookSearch }}
|
||||
<div class="book-search">
|
||||
<input type="text" id="book-search-input" placeholder="{{ i18n "Search" }}" aria-label="{{ i18n "Search" }}" maxlength="64" data-hotkeys="s/" />
|
||||
<div class="book-search-spinner hidden"></div>
|
||||
<ul id="book-search-results"></ul>
|
||||
</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user