From c460cb61fc21648dd94f2ccc71e9a439c3bf5efd Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Mon, 6 Aug 2018 11:48:02 +0100 Subject: [PATCH] correct links to site manifest --- .../images/favicons/{site.webmanifest => site.webmanifest.json} | 2 +- opentech/templates/base-apply.html | 2 +- opentech/templates/base.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename opentech/static_src/src/images/favicons/{site.webmanifest => site.webmanifest.json} (82%) diff --git a/opentech/static_src/src/images/favicons/site.webmanifest b/opentech/static_src/src/images/favicons/site.webmanifest.json similarity index 82% rename from opentech/static_src/src/images/favicons/site.webmanifest rename to opentech/static_src/src/images/favicons/site.webmanifest.json index 8af025f70..7266d2389 100644 --- a/opentech/static_src/src/images/favicons/site.webmanifest +++ b/opentech/static_src/src/images/favicons/site.webmanifest.json @@ -3,7 +3,7 @@ "short_name": "", "icons": [ { - "src": "/android-chrome-144x144.png", + "src": "/android-chrome-144.png", "sizes": "144x144", "type": "image/png" } diff --git a/opentech/templates/base-apply.html b/opentech/templates/base-apply.html index 74da00e41..9a1973e26 100644 --- a/opentech/templates/base-apply.html +++ b/opentech/templates/base-apply.html @@ -30,7 +30,7 @@ <link rel="apple-touch-icon" sizes="120x120" href="{% static 'images/favicons/apple-icon-120.png' %}"> <link rel="apple-touch-icon" sizes="152x152" href="{% static 'images/favicons/apple-icon-152.png' %}"> <link rel="apple-touch-icon" sizes="180x180" href="{% static 'images/favicons/apple-icon-180.png' %}"> - <link rel="manifest" href="{% static 'images/favicons/manifest.json' %}"> + <link rel="manifest" href="{% static 'images/favicons/site.webmanifest.json' %}"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="msapplication-TileImage" content="{% static 'images/favicons/mstile-150.png' %}"> <meta name="theme-color" content="#ffffff"> diff --git a/opentech/templates/base.html b/opentech/templates/base.html index a939e538e..7d228a8b0 100644 --- a/opentech/templates/base.html +++ b/opentech/templates/base.html @@ -30,7 +30,7 @@ <link rel="apple-touch-icon" sizes="120x120" href="{% static 'images/favicons/apple-icon-120.png' %}"> <link rel="apple-touch-icon" sizes="152x152" href="{% static 'images/favicons/apple-icon-152.png' %}"> <link rel="apple-touch-icon" sizes="180x180" href="{% static 'images/favicons/apple-icon-180.png' %}"> - <link rel="manifest" href="{% static 'images/favicons/manifest.json' %}"> + <link rel="manifest" href="{% static 'images/favicons/site.webmanifest.json' %}"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="msapplication-TileImage" content="{% static 'images/favicons/mstile-150.png' %}"> <meta name="theme-color" content="#ffffff"> -- GitLab