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 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'docs/_includes/footer.html') 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 %} -- cgit v1.2.3