1
0
Fork 0

Add: installable as PWA

This commit is contained in:
Ric Wood 2023-09-07 13:41:31 +01:00
parent a09b2ab45c
commit b9851d665e
No known key found for this signature in database
GPG key ID: 1D961ED22DBF86FA
4 changed files with 20 additions and 0 deletions

View file

@ -14,6 +14,7 @@
<link rel="shortcut icon" type="image/x-icon" href="{% if site.favicon %}{% get_media_prefix %}{{ site.favicon }}{% else %}{% static "images/favicon.ico" %}{% endif %}">
<link rel="apple-touch-icon" href="{% if site.logo %}{{ media_full_url }}{{ site.logo }}{% else %}{% static "images/logo.png" %}{% endif %}">
<link rel="manifest" href="/manifest.json" />
{% block opengraph %}
{% include 'snippets/opengraph.html' %}