Skip to content

Commit 58786cc

Browse files
committed
Updating favicon support to latest standards
1 parent 07d810e commit 58786cc

11 files changed

+34
-1
lines changed

_layouts/default.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
99
<meta name="theme-color" content="#F7941D">
10-
<link rel="icon" type="image/png" href="/img/logo.png"/>
10+
11+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
12+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
13+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
14+
<link rel="manifest" href="/manifest.json">
15+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
1116

1217
<meta property="og:title" content="{{ site.title }}">
1318
<meta property="og:type" content="website">

android-chrome-192x192.png

1.72 KB
Loading

android-chrome-256x256.png

2.14 KB
Loading

apple-touch-icon.png

1.32 KB
Loading

browserconfig.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#2b5797</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

favicon-16x16.png

424 Bytes
Loading

favicon-32x32.png

539 Bytes
Loading

favicon.ico

14.7 KB
Binary file not shown.

manifest.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "",
3+
"icons": [
4+
{
5+
"src": "/android-chrome-192x192.png",
6+
"sizes": "192x192",
7+
"type": "image/png"
8+
},
9+
{
10+
"src": "/android-chrome-256x256.png",
11+
"sizes": "256x256",
12+
"type": "image/png"
13+
}
14+
],
15+
"theme_color": "#ffffff",
16+
"background_color": "#ffffff",
17+
"display": "standalone"
18+
}

mstile-150x150.png

1.17 KB
Loading

safari-pinned-tab.svg

+1
Loading

0 commit comments

Comments
 (0)