Skip to content

Commit 5ea22ce

Browse files
authored
Merge pull request #205 from coliff/patch-1
Use correct input type for search
2 parents a867a47 + 3ea5860 commit 5ea22ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="searchbox">
22
<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"}}">
3+
<input data-search-input id="search-by" type="search" placeholder="{{T "Search-placeholder"}}">
44
<span data-search-clear=""><i class="fas fa-close"></i></span>
55
</div>
66
{{ $assetBusting := not .Site.Params.disableAssetsBusting }}

0 commit comments

Comments
 (0)