Skip to content

Commit 24ce539

Browse files
authored
Fix issue #1988 - This image not being found as "/static/metro-icon-144x144-precomposed.png" (#2216)
1 parent 74e659c commit 24ce539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<link rel="apple-touch-icon" href="{{ STATIC_URL }}apple-touch-icon-precomposed.png">
6767

6868
{# Tile icon for Win8 (144x144 + tile color) #}
69-
<meta name="msapplication-TileImage" content="{{ STATIC_URL }}metro-icon-144x144-precomposed.png"><!-- white shape -->
69+
<meta name="msapplication-TileImage" content="{{ STATIC_URL }}metro-icon-144x144.png"><!-- white shape -->
7070
<meta name="msapplication-TileColor" content="#3673a5"><!-- python blue -->
7171
<meta name="msapplication-navbutton-color" content="#3673a5">
7272

0 commit comments

Comments
 (0)