mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
site: add standard favicon formats for search engine compatibility
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
<meta name="description" content="{{ .Description }}" />
|
||||
<meta charset="utf-8" />
|
||||
<!-- favicon -->
|
||||
<link rel="shortcut icon" href="/assets/images/favicon.svg" type="image/svg">
|
||||
<link rel="icon" href="/assets/images/favicon-32x32.png" sizes="32x32" />
|
||||
<link rel="icon" href="/assets/images/favicon-192x192.png" sizes="192x192" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<!--
|
||||
Provide a link to the swagger / OpenAPI spec itself. We're currently using
|
||||
Swagger (OpenAPI v2) for some, so use a more generic "application/yaml" type.
|
||||
|
||||
@@ -17,7 +17,10 @@
|
||||
<link rel="canonical" href="{{ .Permalink }}" />
|
||||
|
||||
<!-- favicon -->
|
||||
<link rel="shortcut icon" href="/assets/images/favicon.svg" type="image/svg">
|
||||
<link rel="icon" href="/assets/images/favicon-32x32.png" sizes="32x32" />
|
||||
<link rel="icon" href="/assets/images/favicon-192x192.png" sizes="192x192" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<meta name="theme-color" content="#2496ed" />
|
||||
|
||||
<!-- SEO -->
|
||||
|
||||
Reference in New Issue
Block a user