add manifest link
authorJan Szejko <janek37@gmail.com>
Thu, 8 Mar 2018 09:53:40 +0000 (10:53 +0100)
committerJan Szejko <janek37@gmail.com>
Thu, 8 Mar 2018 09:53:40 +0000 (10:53 +0100)
src/wolnelektury/templates/base/superbase.html

index 89fed6c..54c7240 100644 (file)
@@ -26,6 +26,7 @@
       <link rel="icon" href="{% static 'img/favicon.png' %}" type="image/png"/>
       <link rel="search" type="application/opensearchdescription+xml" title="Wolne Lektury"
             href="{% static 'opensearch.xml' %}"/>
+      <link rel="manifest" href="/manifest.json">
       {% stylesheet "main" %}
       {% block extrahead %}{% endblock %}
     </head>