Delete searchbox.html

This commit is contained in:
Marius Blüm 2016-06-11 17:45:49 +02:00 committed by GitHub
parent 5905f798c6
commit b2d12c6c1f

View File

@ -1,7 +0,0 @@
{%- if pagename != "search" %}
<form class="headersearch" action="{{ pathto('search') }}" method="get">
<input type="text" name="q" placeholder="Search" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
{%- endif %}