Wrap search form in search element
This commit is contained in:
parent
3b6225abf8
commit
639064eb9e
1 changed files with 6 additions and 3 deletions
|
@ -55,9 +55,12 @@
|
|||
|
||||
<footer>
|
||||
<div class="footer-actions">
|
||||
<form action="/search" method="get">
|
||||
<input type="text" name="q" title="Search"><button type="submit">Search</button>
|
||||
</form>
|
||||
<search>
|
||||
<form action="/search" method="get">
|
||||
<label for="search" class="sr-only">Search</label>
|
||||
<input type="search" id="search" name="q" title="Search"><button type="submit">Search</button>
|
||||
</form>
|
||||
</search>
|
||||
@auth()
|
||||
<a href="/logout" class="auth">Logout</a>
|
||||
@else
|
||||
|
|
Loading…
Add table
Reference in a new issue