From: Mark Otto Date: Tue, 4 Jul 2017 20:24:51 +0000 (-0700) Subject: stub out docsearch additions X-Git-Tag: v3.4.0~48^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf63d052c0d4afeb8b5e8fdf4ff376e3dd75bbd0;p=thirdparty%2Fbootstrap.git stub out docsearch additions --- diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index fe19b6a703..b0f9b786c2 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 bf90dc408d..d7077f9a09 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 %} diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index dd2b850db4..948ea389f4 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -26,6 +26,10 @@ {% unless page.fullwidth == true %}