fix fav
[wolnelektury.git] / src / wolnelektury / templates / base.html
index 5b9b8ea..cf921fb 100644 (file)
     <meta name="description" content="">
     <meta name="viewport" content="width=device-width,minimum-scale=1">
     <title>{% if title %}{{ title }} | {% endif %}WolneLektury.pl</title>
-    <link rel="icon" href="{% static 'img/favicon.png' %}" type="image/png"/>
+    <link rel="icon" href="{% static 'img/favicon.svg' %}" type="image/svg+xml"/>
     <link rel="search" type="application/opensearchdescription+xml" title="Wolne Lektury"
           href="{% static 'opensearch.xml' %}"/>
     <link rel="manifest" href="/manifest.json">
-    <link rel="apple-touch-icon" href="apple-touch-icon.png">
+    <link rel="apple-touch-icon" href="{% static 'img/favicon.png' %}">
     {% stylesheet 'main' %}
       {% tracking_code %}
       {% block extrahead %}{% endblock %}