We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309ed59 commit 69d9c6aCopy full SHA for 69d9c6a
src/_layouts/default.html
@@ -28,7 +28,7 @@
28
<header class="navbar navbar-dark navbar-expand bg-dark flex-md-nowrap p-0 shadow sticky-header">
29
<a class="navbar-brand col-sm-3 col-md-2 mr-0" href="/">{{ site.title }}</a>
30
<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">
+ <input id="search-form" class="form-control form-control-dark" type="text" placeholder="Search" aria-label="Search" name="q">
32
</form>
33
34
<ul class="navbar-nav flex-row ml-md-auto d-none d-md-flex px-1">
0 commit comments