We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e659c commit 24ce539Copy full SHA for 24ce539
templates/base.html
@@ -66,7 +66,7 @@
66
<link rel="apple-touch-icon" href="{{ STATIC_URL }}apple-touch-icon-precomposed.png">
67
68
{# Tile icon for Win8 (144x144 + tile color) #}
69
- <meta name="msapplication-TileImage" content="{{ STATIC_URL }}metro-icon-144x144-precomposed.png"><!-- white shape -->
+ <meta name="msapplication-TileImage" content="{{ STATIC_URL }}metro-icon-144x144.png"><!-- white shape -->
70
<meta name="msapplication-TileColor" content="#3673a5"><!-- python blue -->
71
<meta name="msapplication-navbutton-color" content="#3673a5">
72
0 commit comments