aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/header.html
diff options
context:
space:
mode:
authorMaxime Locqueville <[email protected]>2017-05-28 18:50:53 +0200
committerMark Otto <[email protected]>2017-05-28 16:15:08 -0700
commitc709ce19a5bebee1cd3f083b0e2d924eb251c729 (patch)
treeb3d0b3433b972f2464a32b412543a00f3d4a7786 /docs/_includes/header.html
parent10ca9c6d5a74c66a3557afbd8dfb44122f46fd45 (diff)
downloadbootstrap-c709ce19a5bebee1cd3f083b0e2d924eb251c729.tar.xz
bootstrap-c709ce19a5bebee1cd3f083b0e2d924eb251c729.zip
add docsearch
Diffstat (limited to 'docs/_includes/header.html')
-rw-r--r--docs/_includes/header.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html
index 57415be54..fd9a9a28c 100644
--- a/docs/_includes/header.html
+++ b/docs/_includes/header.html
@@ -19,6 +19,9 @@
{% endif %}
<!-- Documentation extras -->
+{% if page.layout == "docs" %}
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
+{% endif %}
<link href="{{ site.baseurl }}/assets/css/docs.min.css" rel="stylesheet">
<!-- Favicons -->