mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-05-03 06:36:49 +08:00
a11y: fix text for searchbox label #307
This commit is contained in:
parent
47fb99e08d
commit
7623f79f5e
@ -1,5 +1,5 @@
|
||||
<div class="searchbox default-animation">
|
||||
<label class="a11y-only" for="search-by">{{ T "Language" }}</label>
|
||||
<label class="a11y-only" for="search-by">{{ T "Search" }}</label>
|
||||
<i class="fas fa-search"></i>
|
||||
<input data-search-input id="search-by" type="search" placeholder="{{ T "Search-placeholder" }}">
|
||||
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user