Skip to content

Commit 69d9c6a

Browse files
committed
Set id for search input
1 parent 309ed59 commit 69d9c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<header class="navbar navbar-dark navbar-expand bg-dark flex-md-nowrap p-0 shadow sticky-header">
2929
<a class="navbar-brand col-sm-3 col-md-2 mr-0" href="/">{{ site.title }}</a>
3030
<form class="w-100 d-none d-md-flex" action="/search" method="get">
31-
<input class="form-control form-control-dark" type="text" placeholder="Search" aria-label="Search" name="q">
31+
<input id="search-form" class="form-control form-control-dark" type="text" placeholder="Search" aria-label="Search" name="q">
3232
</form>
3333

3434
<ul class="navbar-nav flex-row ml-md-auto d-none d-md-flex px-1">

0 commit comments

Comments
 (0)