mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
Merge pull request #205 from coliff/patch-1
Use correct input type for search
This commit is contained in:
commit
5ea22cec38
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="searchbox">
|
||||
<label for="search-by"><i class="fas fa-search"></i></label>
|
||||
<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"}}">
|
||||
<span data-search-clear=""><i class="fas fa-close"></i></span>
|
||||
</div>
|
||||
{{ $assetBusting := not .Site.Params.disableAssetsBusting }}
|
||||
|
|
Loading…
Reference in a new issue