Fix missing favicons for A Summer's End shrine

This commit is contained in:
Helen Chong 2024-04-18 17:02:29 +08:00
parent 57ea5705ee
commit 073f4dc7b1
8 changed files with 4 additions and 5 deletions

View File

@ -17,10 +17,10 @@
<link rel="stylesheet" href="{{'/assets/fonts/noto-sans/noto-sans.css' | url | safe}}"> <link rel="stylesheet" href="{{'/assets/fonts/noto-sans/noto-sans.css' | url | safe}}">
{# Favicon #} {# Favicon #}
<link rel="apple-touch-icon" sizes="180x180" href="/assets/asummersend/favicon/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="180x180" href="/assets/asummersend/images/ase-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/asummersend/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="32x32" href="/assets/asummersend/images/ase-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/asummersend/favicon/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="16x16" href="/assets/asummersend/images/ase-icon.png">
<link rel="manifest" href="/assets/asummersend/favicon/site.webmanifest"> <link rel="manifest" href="/assets/favicon/site.webmanifest">
<title> <title>
{% if title %} {% if title %}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@ -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"}