aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/header.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-09-20 12:07:38 +0300
committerXhmikosR <[email protected]>2018-10-20 14:03:59 +0300
commitd24d47c27add7878c20e2a4b5502c03214120adb (patch)
treeed3db8500973d93465906b8f9b9e01417ff12a5d /docs/_includes/header.html
parentebe74596653666ad5c9fc5e37a0f1774f4210c2b (diff)
downloadbootstrap-d24d47c27add7878c20e2a4b5502c03214120adb.tar.xz
bootstrap-d24d47c27add7878c20e2a4b5502c03214120adb.zip
Backport search from v4 and adapt it for v3.4.0.
Diffstat (limited to 'docs/_includes/header.html')
-rw-r--r--docs/_includes/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html
index f63e9e3f3..7446ba886 100644
--- a/docs/_includes/header.html
+++ b/docs/_includes/header.html
@@ -28,7 +28,7 @@
{% endif %}
{% endif %}
-{% if page.slug == "getting-started" or page.slug == "css" or page.slug == "components" or page.slug == "js" %}
+{% if page.layout == "default" %}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css">
{% endif %}