Skip to content

Commit

Permalink
Remove button from search form.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Nov 21, 2023
1 parent a363369 commit e42f722
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion layouts/shortcodes/search.html
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@
<form id="search-form" class="search-form" action="#" method="post" accept-charset="UTF-8" role="search">
<label for="query" class="visually-hidden">{{ i18n "search_title" }}</label>
<input type="search" id="query" name="query" class="search-text" placeholder="{{ i18n "search_placeholder" }}" maxlength="128">
<button type="submit" name="submit">{{ i18n "search_title" }}</button>
</form>
</div>

0 comments on commit e42f722

Please sign in to comment.