Add bootstrap Sphinx theme
This commit is contained in:
9
doc/bootstrap/searchbox.html
Normal file
9
doc/bootstrap/searchbox.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{%- if pagename != "search" %}
|
||||
<form action="{{ pathto('search') }}" method="get">
|
||||
<div class="form-group">
|
||||
<input type="text" name="q" class="form-control" placeholder="Search" />
|
||||
</div>
|
||||
<input type="hidden" name="check_keywords" value="yes" />
|
||||
<input type="hidden" name="area" value="default" />
|
||||
</form>
|
||||
{%- endif %}
|
||||
Reference in New Issue
Block a user