]> git.parisson.com Git - mezzo.git/commitdiff
Add favicon
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Wed, 9 Nov 2016 08:10:56 +0000 (09:10 +0100)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Wed, 9 Nov 2016 08:10:56 +0000 (09:10 +0100)
app/static/src/assets/favicon/favicon.png
app/templates/base.html

index 1edcfb327d8f86d5178a61e63381ca64c8b9d989..7e395e4925e77d8024d7512ac86f67547ce8e83b 100644 (file)
Binary files a/app/static/src/assets/favicon/favicon.png and b/app/static/src/assets/favicon/favicon.png differ
index e507f0f77ba4807f6820d6b6ed01a9bafdd9c6bb..29b7d3c7e0cdb6b52705a45232f86cf44fd9050b 100644 (file)
     <meta name="description" content="{% block meta_description %}{% endblock %}">
     <title>{% spaceless %}{% block meta_title %}{% endblock %}{% endspaceless %}{% if settings.SITE_TITLE %} | {{ settings.SITE_TITLE }}{% endif %}</title>
 
-    <link rel="apple-touch-icon-precomposed" sizes="152x152" href="{% static "/img/favicons/apple-touch-icon-152x152-precomposed.png" %}">
-       <link rel="apple-touch-icon-precomposed" sizes="120x120" href="{% static "/img/favicons/apple-touch-icon-120x120-precomposed.png" %}">
-       <link rel="apple-touch-icon-precomposed" sizes="76x76" href="{% static "/img/favicons/apple-touch-icon-76x76-precomposed.png" %}">
-       <link rel="apple-touch-icon-precomposed" sizes="60x60" href="{% static "/img/favicons/apple-touch-icon-60x60-precomposed.png" %}">
-       <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{% static "/img/favicons/apple-touch-icon-144x144-precomposed.png" %}">
-       <link rel="apple-touch-icon-precomposed" sizes="114x114" href="{% static "/img/favicons/apple-touch-icon-114x114-precomposed.png" %}">
-       <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="apple-touch-icon-precomposed" sizes="152x152" href="{% static "img/favicons/apple-touch-icon-152x152-precomposed.png" %}">
+       <link rel="apple-touch-icon-precomposed" sizes="120x120" href="{% static "img/favicons/apple-touch-icon-120x120-precomposed.png" %}">
+       <link rel="apple-touch-icon-precomposed" sizes="76x76" href="{% static "img/favicons/apple-touch-icon-76x76-precomposed.png" %}">
+       <link rel="apple-touch-icon-precomposed" sizes="60x60" href="{% static "img/favicons/apple-touch-icon-60x60-precomposed.png" %}">
+       <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{% static "img/favicons/apple-touch-icon-144x144-precomposed.png" %}">
+       <link rel="apple-touch-icon-precomposed" sizes="114x114" href="{% static "img/favicons/apple-touch-icon-114x114-precomposed.png" %}">
+       <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" %}">
 
     {% ifinstalled mezzanine.blog %}
     <link rel="alternate" type="application/rss+xml" title="RSS" href="{% url "blog_post_feed" "rss" %}">