diff options
| author | XhmikosR <[email protected]> | 2019-12-04 13:24:55 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-04 13:24:55 +0200 |
| commit | 9894000b42472c8bb2deb514ecc8c896093f945e (patch) | |
| tree | 66880b96c91da3421dc7676dddedc4699abcb46c | |
| parent | 76fd85be809ad59f658a4463392d81aebebc059a (diff) | |
| download | bootstrap-9894000b42472c8bb2deb514ecc8c896093f945e.tar.xz bootstrap-9894000b42472c8bb2deb514ecc8c896093f945e.zip | |
Remove the now unused docs-search.html partial (#29799)
| -rw-r--r-- | site/layouts/partials/docs-search.html | 3 |
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> |
