diff --git a/html-router/assets/icon/site.webmanifest b/html-router/assets/icon/site.webmanifest deleted file mode 100644 index 45dc8a2..0000000 --- a/html-router/assets/icon/site.webmanifest +++ /dev/null @@ -1 +0,0 @@ -{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/html-router/assets/manifest.json b/html-router/assets/manifest.json index 2ee0493..8fc9111 100644 --- a/html-router/assets/manifest.json +++ b/html-router/assets/manifest.json @@ -5,9 +5,14 @@ "display": "standalone", "icons": [ { - "src": "/icons/icon-192x192.png", + "src": "/assets/icon/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" + }, + { + "src": "/assets/icon/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" } ] } \ No newline at end of file diff --git a/html-router/templates/auth/account_settings.html b/html-router/templates/auth/account_settings.html index 6512b26..095ae98 100644 --- a/html-router/templates/auth/account_settings.html +++ b/html-router/templates/auth/account_settings.html @@ -1,4 +1,7 @@ {% extends "body_base.html" %} + +{% block title %}Minne - Account{% endblock %} + {% block main %}
-

Account Settings

+

Account Settings