]> git.0d.be Git - panikweb.git/commitdiff
templates: update page metadata with new icons
authorFrédéric Péters <fpeters@0d.be>
Fri, 27 Dec 2019 11:42:35 +0000 (12:42 +0100)
committerFrédéric Péters <fpeters@0d.be>
Fri, 27 Dec 2019 12:13:44 +0000 (13:13 +0100)
panikweb_templates/static/img/logo-lautre-500.png [new file with mode: 0644]
panikweb_templates/static/img/logo-lautre-nofreq.png [new file with mode: 0644]
panikweb_templates/templates/base.html

diff --git a/panikweb_templates/static/img/logo-lautre-500.png b/panikweb_templates/static/img/logo-lautre-500.png
new file mode 100644 (file)
index 0000000..5f88c94
Binary files /dev/null and b/panikweb_templates/static/img/logo-lautre-500.png differ
diff --git a/panikweb_templates/static/img/logo-lautre-nofreq.png b/panikweb_templates/static/img/logo-lautre-nofreq.png
new file mode 100644 (file)
index 0000000..594f6a6
Binary files /dev/null and b/panikweb_templates/static/img/logo-lautre-nofreq.png differ
index 9bcd8dea75bd276e08177e51fbf9b33fb3a7e00b..8818b96c58460ea81a92f9a973c613d8a7371484 100644 (file)
@@ -5,21 +5,18 @@
     <title>{{ radio_name }} - {% block title %}{% endblock %}</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <link rel="icon" href="{{ STATIC_URL }}img/lautre.ico" type="image/vnd.microsoft.icon" sizes="16x16">
-    <link rel="apple-touch-icon" href="{{ STATIC_URL}}img/logo-panik-500-invert.png">
+    <link rel="apple-touch-icon" href="{{ STATIC_URL}}img/logo-lautre-500.png">
     <link rel="canonical" href="{{ request.build_absolute_uri }}" />
 
     <meta name="og:site_name" content="{{ radio_name }}"/>
     {% block head %}
-    <meta name="description" content="En vous branchant sur le 105.4 FM, vous pénétrerez plus avant dans l'œil du cyclone…" />
 
     <meta property="og:title" content="{{ radio_long_name }}" />
-    <meta property="og:image" content="{{ site_url }}{% static 'img/Radio_Panik_Logo_2016-01.png' %}" />
-    <meta property="og:description" content="En vous branchant sur le 105.4 FM, vous pénétrerez plus avant dans l'œil du cyclone…" />
+    <meta property="og:image" content="{{ site_url }}{% static 'img/logo-lautre-nofreq.png' %}" />
 
     <meta name="twitter:card" content="summary" />
     <meta name="twitter:title" content="{{ radio_long_name }}" />
-    <meta name="twitter:image" content="{{ site_url }}{% static 'img/Radio_Panik_Logo_2016-01.png' %}" />
-    <meta name="twitter:description" content="En vous branchant sur le 105.4 FM, vous pénétrerez plus avant dans l'œil du cyclone…" />
+    <meta name="twitter:image" content="{{ site_url }}{% static 'img/logo-lautre-nofreq.png' %}" />
 
     {% endblock %}