mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Fix bad search label
This commit is contained in:
parent
8158cb3cd9
commit
a1d3c993bc
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
<span id="search-label">Search this site:</span>
|
||||||
<form
|
<form
|
||||||
itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"
|
itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"
|
||||||
action="https://searchmysite.net/search/" method="get">
|
action="https://searchmysite.net/search/" method="get">
|
||||||
<label for="search" hidden>Search this site:</label>
|
<input aria-labelledby="search-label" itemprop="query" type="search" value="domain:seirdy.one " name="q">
|
||||||
<input id="search" itemprop="query" type="search" value="domain:seirdy.one " name="q">
|
|
||||||
<div><input type="submit" value="search"></div>
|
<div><input type="submit" value="search"></div>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue