update @ Sun Oct 29 19:34:24 EET 2023

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-10-29 19:34:24 +02:00
parent d6ad7e0e7a
commit 0a7032acee
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2
2 changed files with 3 additions and 2 deletions

View file

@ -58,7 +58,7 @@
{ {
"src": "/favicon.ico", "src": "/favicon.ico",
"sizes": "128x128", "sizes": "128x128",
"type": "image/png" "type": "image/x-icon"
} }
] ]
}, },

View file

@ -76,7 +76,7 @@ DEFAULT_CONFIG: dict[str, typing.Any] = {
{ {
"src": "/favicon.ico", "src": "/favicon.ico",
"sizes": "128x128", "sizes": "128x128",
"type": "image/png", "type": "image/x-icon",
}, },
], ],
}, },
@ -160,6 +160,7 @@ HTML_BEGIN: typing.Final[
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.ico" sizes="128x128" type="image/x-icon" />
<meta <meta
name="keywords" name="keywords"
content="{keywords}" content="{keywords}"