Skip to content

Commit

Permalink
fixed searchbox
Browse files Browse the repository at this point in the history
  • Loading branch information
777arc committed Feb 21, 2024
1 parent 1619ce2 commit bbadb0a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _templates/searchbox.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{%- if 'singlehtml' not in builder %}
<div role="search">
<form id="rtd-search-form" class="wy-form" action="{{ pathto('search') }}" method="get">
<input type="text" name="q" placeholder="{{ _('Search PySDR') }}" aria-label="{{ _('Search PySDR') }}" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
{%- endif %}

0 comments on commit bbadb0a

Please sign in to comment.