Skip to content

Commit 84caa75

Browse files
committed
Add all the faveicons
1 parent 5748a5f commit 84caa75

File tree

8 files changed

+28
-2
lines changed

8 files changed

+28
-2
lines changed

docs/layouts/baseof.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@
1111
})(window,document,'script','dataLayer','{{ .Site.Params.googleTagId }}');</script>
1212
<!-- End Google Tag Manager -->
1313
<title>{{ .Title }} | {{ .Site.Title }}</title>
14-
<link rel="icon" href="/favicon.ico" type="image/x-icon">
15-
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
14+
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
15+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
16+
<link rel="shortcut icon" href="/favicon.ico" />
17+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
18+
<meta name="apple-mobile-web-app-title" content="Azure DevOps Migration Tools" />
19+
<link rel="manifest" href="/site.webmanifest" />
1620
<meta name="description" content="{{ ( .Page.Params.description | default .Site.Params.description) | plainify }}" />
1721
<meta name="keywords" content="{{ .Keywords | default .Site.Params.keywords }}" />
1822
<link rel="canonical" href="{{ .Site.Params.siteProdUrl }}{{ .RelPermalink }}" />

docs/static/apple-touch-icon.png

18.4 KB
Loading

docs/static/favicon-96x96.png

7.56 KB
Loading

docs/static/favicon.ico

-37.5 KB
Binary file not shown.

docs/static/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/static/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Azure DevOps Migration Tools",
3+
"short_name": "DevOpsMigration",
4+
"icons": [
5+
{
6+
"src": "/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}
22.7 KB
Loading
121 KB
Loading

0 commit comments

Comments
 (0)