]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/base.html
update twitter card
[panikweb.git] / panikweb_templates / templates / base.html
index 701cf795da8c5eb4fea5e81df4593ebb28c3d516..47b16ff120c1a7fac6ba773028f3b7319a651bfd 100644 (file)
@@ -5,18 +5,18 @@
     <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-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="apple-touch-icon" href="{{ STATIC_URL}}img/favicon-rose.png">
     <link rel="canonical" href="{{ request.build_absolute_uri }}" />
 
     <meta name="og:site_name" content="Radio Esperanzah!"/>
     {% block head %}
     <meta property="og:title" content="Radio Esperanzah! - 106.2 FM" />
-    <meta property="og:image" content="{{ site_url }}{% static 'img/logo-esperanzah.png' %}" />
+    <meta property="og:image" content="{{ site_url }}{% static 'img/favicon-rose.png' %}" />
 
     <meta name="twitter:card" content="summary" />
     <meta name="twitter:title" content="Radio Esperanzah! - 106.2 FM" />
-    <meta name="twitter:image" content="{{ site_url }}{% static 'img/logo-esperanzah.png' %}" />
+    <meta name="twitter:description" content="La radio du festival Esperanzah!, à partir du 3 août 2017 à Floreffe" />
+    <meta name="twitter:image" content="{{ site_url }}{% static 'img/favicon-rose.png' %}" />
 
     {% endblock %}