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