diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/common_header_tags.html | 1 | ||||
-rw-r--r-- | templates/web/base/offline/appcache_manifest.html (renamed from templates/web/base/offline/manifest.html) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/base/common_header_tags.html b/templates/web/base/common_header_tags.html index 728b81363..d54d97297 100644 --- a/templates/web/base/common_header_tags.html +++ b/templates/web/base/common_header_tags.html @@ -1,6 +1,7 @@ [% SET start = c.config.ADMIN_BASE_URL IF admin %] <meta http-equiv="content-type" content="text/html; charset=utf-8"> +<link rel="manifest" href="/.well-known/manifest.webmanifest"> [% IF csrf_token %] <meta content="[% csrf_token %]" name="csrf-token" /> diff --git a/templates/web/base/offline/manifest.html b/templates/web/base/offline/appcache_manifest.html index 93d26cb94..93d26cb94 100644 --- a/templates/web/base/offline/manifest.html +++ b/templates/web/base/offline/appcache_manifest.html |