From bf63d052c0d4afeb8b5e8fdf4ff376e3dd75bbd0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 4 Jul 2017 13:24:51 -0700 Subject: stub out docsearch additions --- docs/_includes/footer.html | 18 ++++++++++++++++++ docs/_includes/header.html | 4 ++++ 2 files changed, 22 insertions(+) (limited to 'docs/_includes') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index fe19b6a70..b0f9b786c 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -37,6 +37,24 @@ {% endfor %} {% endif %} +{% if page.slug == "getting-started" or page.slug == "css" or page.slug == "components" or page.slug == "js" %} + + +{% endif %} + {% if page.slug == "customize" %} {% if site.github %} diff --git a/docs/_includes/header.html b/docs/_includes/header.html index bf90dc408..d7077f9a0 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -28,6 +28,10 @@ {% endif %} {% endif %} +{% if page.slug == "getting-started" or page.slug == "css" or page.slug == "components" or page.slug == "js" %} + +{% endif %} + {% if site.github %} -- cgit v1.2.3