aboutsummaryrefslogtreecommitdiff
path: root/site/_includes/docs-sidebar.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-10-19 19:43:12 +0300
committerXhmikosR <[email protected]>2018-10-19 22:09:50 +0300
commit282b77ee9c9fd382d5ed576ad5bf7a41d97ca2a5 (patch)
treefd93600d67e9eb7c04b68a035963fc45a2b41971 /site/_includes/docs-sidebar.html
parenta16ffc7ba1035d41a2cb3e68df5b8c6f756f90b1 (diff)
downloadbootstrap-282b77ee9c9fd382d5ed576ad5bf7a41d97ca2a5.tar.xz
bootstrap-282b77ee9c9fd382d5ed576ad5bf7a41d97ca2a5.zip
docs search: take into account the current URL.
Diffstat (limited to 'site/_includes/docs-sidebar.html')
-rw-r--r--site/_includes/docs-sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/_includes/docs-sidebar.html b/site/_includes/docs-sidebar.html
index 61edd8ec1..cd6b5f8d2 100644
--- a/site/_includes/docs-sidebar.html
+++ b/site/_includes/docs-sidebar.html
@@ -1,5 +1,5 @@
<form class="bd-search d-flex align-items-center">
- <input type="search" class="form-control" id="search-input" placeholder="Search..." aria-label="Search for..." autocomplete="off" data-siteurl="{{ site.url }}" data-docs-version="{{ site.docs_version }}">
+ <input type="search" class="form-control" id="search-input" placeholder="Search..." aria-label="Search for..." autocomplete="off" data-docs-version="{{ site.docs_version }}">
<button class="btn btn-link bd-search-docs-toggle d-md-none p-0 ml-3" type="button" data-toggle="collapse" data-target="#bd-docs-nav" aria-controls="bd-docs-nav" aria-expanded="false" aria-label="Toggle docs navigation">
{%- include icons/menu.svg width="30" height="30" -%}
</button>