diff options
| author | XhmikosR <[email protected]> | 2018-09-20 12:07:38 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-20 14:03:59 +0300 |
| commit | d24d47c27add7878c20e2a4b5502c03214120adb (patch) | |
| tree | ed3db8500973d93465906b8f9b9e01417ff12a5d /docs/_includes/header.html | |
| parent | ebe74596653666ad5c9fc5e37a0f1774f4210c2b (diff) | |
| download | bootstrap-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.html | 2 |
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 %} |
