]> git.0d.be Git - panikweb.git/commitdiff
add favicon
authorFrédéric Péters <fpeters@0d.be>
Fri, 14 Jul 2017 14:29:55 +0000 (16:29 +0200)
committerFrédéric Péters <fpeters@0d.be>
Fri, 14 Jul 2017 14:29:55 +0000 (16:29 +0200)
panikweb_templates/static/img/favicon-rose.png [new file with mode: 0644]
panikweb_templates/templates/base.html

diff --git a/panikweb_templates/static/img/favicon-rose.png b/panikweb_templates/static/img/favicon-rose.png
new file mode 100644 (file)
index 0000000..8040f67
Binary files /dev/null and b/panikweb_templates/static/img/favicon-rose.png differ
index 470c90a49d00ab027b3c07e3327def7b6bad3f91..03b8efeaba3e85def2cc5358dfc4414ec35a2a16 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="UTF-8" />
     <title>Radio Esperanzah! - {% block title %}{% endblock %}</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <link rel="icon" href="{{ STATIC_URL }}img/favicon.png" type="image/png">
+    <link rel="icon" href="{{ STATIC_URL }}img/favicon-rose.png" type="image/png">
     <link rel="apple-touch-icon" href="{{ STATIC_URL}}img/touch-icon.png">
     <link rel="apple-touch-icon-precomposed" href="{{ STATIC_URL}}img/touch-icon.png">
     <link rel="canonical" href="{{ request.build_absolute_uri }}" />