Merge pull request #319 from tgray/searchtoggle

Search box can be toggled off.
This commit is contained in:
Brandon Mathis 2011-12-11 15:03:31 -08:00
commit b51071372b
1 changed files with 2 additions and 0 deletions

View File

@ -4,10 +4,12 @@
<li><a href="{{ site.subscribe_email }}" rel="subscribe-email" title="subscribe via email">Email</a></li>
{% endif %}
</ul>
{% if site.simple_search %}
<form action="{{ site.simple_search }}" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:{{ site.url | shorthand_url }}" />
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>
{% endif %}
{% include custom/navigation.html %}