Skip to content

Commit

Permalink
Fix issue #1988 - This image not being found as "/static/metro-icon-1…
Browse files Browse the repository at this point in the history
…44x144-precomposed.png" (#2216)
  • Loading branch information
ddevdan authored Sep 13, 2024
1 parent 74e659c commit 24ce539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<link rel="apple-touch-icon" href="{{ STATIC_URL }}apple-touch-icon-precomposed.png">

{# Tile icon for Win8 (144x144 + tile color) #}
<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 -->
<meta name="msapplication-TileColor" content="#3673a5"><!-- python blue -->
<meta name="msapplication-navbutton-color" content="#3673a5">

Expand Down

0 comments on commit 24ce539

Please sign in to comment.