1a0724fdd4
* move swiftype search to upper left of docsite, fix spacing and length issues for search icon and searchbox
10 lines
451 B
HTML
10 lines
451 B
HTML
{%- if builder != 'singlehtml' %}
|
|
<div role="search">
|
|
<!-- <form id="rtd-search-form" class="wy-form" action="{{ pathto('search') }}" -->
|
|
<form id="rtd-search-form" class="wy-form" method="get">
|
|
<input type="text" class="st-default-search-input" name="q" placeholder="{{ _('Search docs') }}" />
|
|
<input type="hidden" name="check_keywords" value="yes" />
|
|
<input type="hidden" name="area" value="default" />
|
|
</form>
|
|
</div>
|
|
{%- endif %}
|