aboutsummaryrefslogtreecommitdiff
path: root/source/_includes/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/_includes/header.html')
-rw-r--r--source/_includes/header.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/_includes/header.html b/source/_includes/header.html
index 4c35d0b8..4e0519e6 100644
--- a/source/_includes/header.html
+++ b/source/_includes/header.html
@@ -1,10 +1 @@
<h1><a href="/">{{ site.title }}</a></h1>
-{% if site.google_custom_search_id && site.google_custom_search_id %}
- <div id="search">
- <form action="http://www.google.com/cse" id="cse-search-box">
- <input type="hidden" name="cx" value="{{ site.google_custom_search_id }}">
- <input type="hidden" name="ie" value="UTF-8">
- <input#q type="text" name="q">
- </form>
- </div>
-{% endif %}