mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Merge pull request #155 from bendiken/singlehtml
Hide the superfluous and broken search box in single-page HTML builds
This commit is contained in:
commit
15519f23fc
|
@ -1,3 +1,4 @@
|
|||
{%- if builder != 'singlehtml' %}
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="{{ pathto('search') }}" method="get">
|
||||
<input type="text" name="q" placeholder="Search docs" />
|
||||
|
@ -5,3 +6,4 @@
|
|||
<input type="hidden" name="area" value="default" />
|
||||
</form>
|
||||
</div>
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user