aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/default.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-07-04 13:24:51 -0700
committerMark Otto <[email protected]>2017-07-04 13:24:51 -0700
commitbf63d052c0d4afeb8b5e8fdf4ff376e3dd75bbd0 (patch)
tree0bf12f5e050469f5dd202d1e88cc2a0757c3bd3c /docs/_layouts/default.html
parent4bf6d7cb29073296e68a1e0bb59d122e9e95e17e (diff)
downloadbootstrap-bf63d052c0d4afeb8b5e8fdf4ff376e3dd75bbd0.tar.xz
bootstrap-bf63d052c0d4afeb8b5e8fdf4ff376e3dd75bbd0.zip
stub out docsearch additions
Diffstat (limited to 'docs/_layouts/default.html')
-rw-r--r--docs/_layouts/default.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index dd2b850db..948ea389f 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -26,6 +26,10 @@
{% unless page.fullwidth == true %}
<div class="col-md-3" role="complementary">
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm">
+ <form class="bs-docs-search">
+ <input type="search" class="form-control" id="search-input" placeholder="Search..." aria-label="Search for..." autocomplete="off">
+ </form>
+
<ul class="nav bs-docs-sidenav">
{% if page.slug == "getting-started" %}
{% include nav/getting-started.html %}