diff options
| author | XhmikosR <[email protected]> | 2020-11-20 21:00:54 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-09-28 19:21:26 +0300 |
| commit | 53f11f5bb78f21774605b0e48239c7ea83460856 (patch) | |
| tree | 403c36d877d1250956fe7fc9598101c3b37f7564 /site/layouts | |
| parent | 7b0ddda500ea11df0f777d9d25ade80c00df7147 (diff) | |
| download | bootstrap-main-mc-opensearch.tar.xz bootstrap-main-mc-opensearch.zip | |
Revert "Add OpenSearch images"main-mc-opensearch
Diffstat (limited to 'site/layouts')
| -rw-r--r-- | site/layouts/_default/list.opensearch.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/site/layouts/_default/list.opensearch.xml b/site/layouts/_default/list.opensearch.xml index 1060fbf3e..15258eb65 100644 --- a/site/layouts/_default/list.opensearch.xml +++ b/site/layouts/_default/list.opensearch.xml @@ -3,7 +3,6 @@ <ShortName>{{ .Site.Title }}</ShortName> <Description>Search {{ .Site.Title }} documentation</Description> <InputEncoding>UTF-8</InputEncoding> - <Image type="image/png" width="16" height="16">{{ (printf "/docs/%s/assets/img/opensearch/logo-16x16.png" .Site.Params.docs_version) | absURL }}</Image> - <Image type="image/png" width="64" height="64">{{ (printf "/docs/%s/assets/img/opensearch/logo-64x64.png" .Site.Params.docs_version) | absURL }}</Image> + <Image type="image/x-icon" width="16" height="16">{{ (printf "/docs/%s/assets/img/favicons/favicon.ico" .Site.Params.docs_version) | absURL }}</Image> <Url type="text/html" method="get" template="{{ (printf "/docs/%s/getting-started/introduction/" .Site.Params.docs_version) | absURL }}#search={searchTerms}"/> </OpenSearchDescription> |
