aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-12-04 13:24:55 +0200
committerGitHub <[email protected]>2019-12-04 13:24:55 +0200
commit9894000b42472c8bb2deb514ecc8c896093f945e (patch)
tree66880b96c91da3421dc7676dddedc4699abcb46c
parent76fd85be809ad59f658a4463392d81aebebc059a (diff)
downloadbootstrap-9894000b42472c8bb2deb514ecc8c896093f945e.tar.xz
bootstrap-9894000b42472c8bb2deb514ecc8c896093f945e.zip
Remove the now unused docs-search.html partial (#29799)
-rw-r--r--site/layouts/partials/docs-search.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/site/layouts/partials/docs-search.html b/site/layouts/partials/docs-search.html
deleted file mode 100644
index a5343fe51..000000000
--- a/site/layouts/partials/docs-search.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<form role="search" class="bd-search d-flex align-items-center">
- <input type="search" class="form-control" id="search-input" placeholder="Search v{{ .Site.Params.docs_version }} docs..." aria-label="Search for..." autocomplete="off" data-docs-version="{{ .Site.Params.docs_version }}">
-</form>