]> git.0d.be Git - panikweb.git/commitdiff
static: update favicon and application icon
authorFrédéric Péters <fpeters@0d.be>
Sun, 14 Jan 2018 10:22:37 +0000 (11:22 +0100)
committerFrédéric Péters <fpeters@0d.be>
Sun, 14 Jan 2018 10:22:37 +0000 (11:22 +0100)
panikweb_templates/static/img/favicon-16.png [new file with mode: 0644]
panikweb_templates/static/img/favicon-32.png [new file with mode: 0644]
panikweb_templates/static/img/logo-panik-500-invert.png [new file with mode: 0644]
panikweb_templates/templates/base.html

diff --git a/panikweb_templates/static/img/favicon-16.png b/panikweb_templates/static/img/favicon-16.png
new file mode 100644 (file)
index 0000000..2444434
Binary files /dev/null and b/panikweb_templates/static/img/favicon-16.png differ
diff --git a/panikweb_templates/static/img/favicon-32.png b/panikweb_templates/static/img/favicon-32.png
new file mode 100644 (file)
index 0000000..5300476
Binary files /dev/null and b/panikweb_templates/static/img/favicon-32.png differ
diff --git a/panikweb_templates/static/img/logo-panik-500-invert.png b/panikweb_templates/static/img/logo-panik-500-invert.png
new file mode 100644 (file)
index 0000000..64ff785
Binary files /dev/null and b/panikweb_templates/static/img/logo-panik-500-invert.png differ
index 2aa4a056225e11ac5db149eae60fd46af7784a41..481cf0a0adf70cd5ed86242538c9a59caf95bfba 100644 (file)
@@ -3,10 +3,10 @@
 <head>
     <meta charset="UTF-8" />
     <title>Radio Panik - {% 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="apple-touch-icon" href="{{ STATIC_URL}}img/touch-icon.png">
-    <link rel="apple-touch-icon-precomposed" href="{{ STATIC_URL}}img/touch-icon.png">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <link rel="icon" href="{{ STATIC_URL }}img/favicon-16.png" type="image/png" sizes="16x16">
+    <link rel="icon" href="{{ STATIC_URL }}img/favicon-32.png" type="image/png" sizes="32x32">
+    <link rel="apple-touch-icon" href="{{ STATIC_URL}}img/logo-panik-500-invert.png">
     <link rel="canonical" href="{{ request.build_absolute_uri }}" />
 
     <meta name="og:site_name" content="Radio Panik"/>