]> git.parisson.com Git - mezzo.git/commitdiff
Update favicon meta tag
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 10 Nov 2016 15:12:55 +0000 (16:12 +0100)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 10 Nov 2016 15:12:55 +0000 (16:12 +0100)
app/templates/base.html

index ae095072b4f0797153e0ffc282ebf34636295b85..282b513ab975409c41d6ec097dfd7218a333cb4e 100644 (file)
@@ -21,7 +21,7 @@
        <link rel="apple-touch-icon-precomposed" sizes="72x72" href="{% static "img/favicons/apple-touch-icon-72x72-precomposed.png" %}">
        <link rel="apple-touch-icon" sizes="57x57" href="{% static "img/favicons/apple-touch-icon.png" %}">
        <link rel="shortcut icon" href="{% static "img/favicons/favicon.ico" %}">
-       <link rel="icon" type="image/png" sizes="64x64" href="{% static "img/favicons/favicon.png" %}">
+       <link rel="icon" type="image/png" sizes="96x96" href="{% static "img/favicons/favicon-96x96.png" %}">
 
     {% ifinstalled mezzanine.blog %}
     <link rel="alternate" type="application/rss+xml" title="RSS" href="{% url "blog_post_feed" "rss" %}">