Skip to content

Commit

Permalink
Fix the search variable name in the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjp committed Apr 28, 2024
1 parent 7cfff8a commit 7ed44f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<li class="dropdown">
<form action="/search" method="get">
<div class="form-group">
<input type="search" name="sidebar-search" name="q" placeholder="SEARCH..." class="form-control form-control-plain search-box" />
<input type="search" name="q" placeholder="SEARCH..." class="form-control form-control-plain search-box" />
</div>
</form>
</li>
Expand Down

0 comments on commit 7ed44f9

Please sign in to comment.