From 2c1ec7434b3a5066d81f694d60e1d60c600e1012 Mon Sep 17 00:00:00 2001 From: Tim Gray Date: Sun, 11 Dec 2011 16:15:39 -0500 Subject: [PATCH] Search box can be toggled off. By leaving 'simple_search' parameter blank in the _config.yml file, the search form in the navigation.html include is omitted. This lets you put your own custom search form in the custom/navigation.html file. --- .themes/classic/source/_includes/navigation.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.themes/classic/source/_includes/navigation.html b/.themes/classic/source/_includes/navigation.html index 9b87017..2f0e628 100644 --- a/.themes/classic/source/_includes/navigation.html +++ b/.themes/classic/source/_includes/navigation.html @@ -4,10 +4,12 @@
  • Email
  • {% endif %} + {% if site.simple_search %}
    + {% endif %} {% include custom/navigation.html %}