Skip to content

Commit 2c9b3f6

Browse files
Naramsimaddyosmani
authored andcommitted
Fixes broken icon links (#18) (#19)
msapplication-icon-144 was created from android-chrome-512x512 icon, resized in Photoshop and compressed using pngquant, final size is 1.14 KB
1 parent 530d2c9 commit 2c9b3f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<meta name="apple-mobile-web-app-capable" content="yes">
1414
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1515
<meta name="apple-mobile-web-app-title" content="{{ name }}">
16-
<link rel="apple-touch-icon" href="/static/img/icons/icon-152x152.png">
16+
<link rel="apple-touch-icon" href="/static/img/icons/apple-touch-icon-152x152.png">
1717
<!-- Add to home screen for Windows -->
18-
<meta name="msapplication-TileImage" content="/static/img/icons/icon-144x144.png">
18+
<meta name="msapplication-TileImage" content="/static/img/icons/msapplication-icon-144x144.png">
1919
<meta name="msapplication-TileColor" content="#000000">
2020
<% for (var chunk of webpack.chunks) {
2121
for (var file of chunk.files) {
1.14 KB
Loading

0 commit comments

Comments
 (0)