hackrocchio/theme/searchbox.html

6 lines
224 B
HTML
Raw Normal View History

2020-02-13 14:23:03 +01:00
<div role="search">
<form id ="rtd-search-form" class="wy-form" action="{{ base_url }}/search.html" method="get">
<input type="text" name="q" placeholder="Search docs" title="Type search term here" />
</form>
</div>