We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a867a47 + 3ea5860 commit 5ea22ceCopy full SHA for 5ea22ce
layouts/partials/search.html
@@ -1,6 +1,6 @@
1
<div class="searchbox">
2
<label for="search-by"><i class="fas fa-search"></i></label>
3
- <input data-search-input id="search-by" type="text" placeholder="{{T "Search-placeholder"}}">
+ <input data-search-input id="search-by" type="search" placeholder="{{T "Search-placeholder"}}">
4
<span data-search-clear=""><i class="fas fa-close"></i></span>
5
</div>
6
{{ $assetBusting := not .Site.Params.disableAssetsBusting }}
0 commit comments