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>
|
<footer>
|
||||||
<div class="footer-actions">
|
<div class="footer-actions">
|
||||||
<form action="/search" method="get">
|
<search>
|
||||||
<input type="text" name="q" title="Search"><button type="submit">Search</button>
|
<form action="/search" method="get">
|
||||||
</form>
|
<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()
|
@auth()
|
||||||
<a href="/logout" class="auth">Logout</a>
|
<a href="/logout" class="auth">Logout</a>
|
||||||
@else
|
@else
|
||||||
|
|
Loading…
Add table
Reference in a new issue