Skip to content

Commit 36fbddb

Browse files
committed
Remove IE-related favicons
1 parent 6afabb8 commit 36fbddb

File tree

4 files changed

+3
-14
lines changed

4 files changed

+3
-14
lines changed

layouts/partials/favicons.hbs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44
<link rel="manifest" href="/static/images/favicons/manifest.json">
55
<link rel="mask-icon" href="/static/images/favicons/safari-pinned-tab.svg" color="#43853d">
66
<link rel="shortcut icon" href="/static/images/favicons/favicon.ico">
7-
<meta name="msapplication-TileColor" content="#333333">
8-
<meta name="msapplication-config" content="/static/images/favicons/browserconfig.xml">
9-
<meta name="theme-color" content="#333333">
7+
<meta name="theme-color" content="#333">

static/images/favicons/browserconfig.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

static/images/favicons/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "image/png"
1414
}
1515
],
16-
"theme_color": "#333333",
17-
"background_color": "#333333",
16+
"theme_color": "#333",
17+
"background_color": "#333",
1818
"display": "standalone"
1919
}
-3.28 KB
Binary file not shown.

0 commit comments

Comments
 (0)