mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Sun Oct 29 19:34:24 EET 2023
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
d6ad7e0e7a
commit
0a7032acee
2 changed files with 3 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"src": "/favicon.ico",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png"
|
||||
"type": "image/x-icon"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -76,7 +76,7 @@ DEFAULT_CONFIG: dict[str, typing.Any] = {
|
|||
{
|
||||
"src": "/favicon.ico",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png",
|
||||
"type": "image/x-icon",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -160,6 +160,7 @@ HTML_BEGIN: typing.Final[
|
|||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="/favicon.ico" sizes="128x128" type="image/x-icon" />
|
||||
<meta
|
||||
name="keywords"
|
||||
content="{keywords}"
|
||||
|
|
Loading…
Add table
Reference in a new issue