aboutsummaryrefslogtreecommitdiffstats
path: root/_better_theme/searchbox.html
diff options
context:
space:
mode:
Diffstat (limited to '_better_theme/searchbox.html')
-rw-r--r--_better_theme/searchbox.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/_better_theme/searchbox.html b/_better_theme/searchbox.html
deleted file mode 100644
index f761ce8..0000000
--- a/_better_theme/searchbox.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{%- if pagename != "search" %}
-<form class="search" action="{{ pathto('search') }}" method="get">
- <input type="text" name="q"
- placeholder="{{ _('type to search') }}" />
- {#- I have not been able to make this look good. #}
- {#- <input type="submit" value="{{ _('Search') }}" /> #}
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
-</form>
-<script type="text/javascript">$('#searchbox').show(0);</script>
-{%- endif %}