From 0a7032acee73457803ce8cbdc314ccd22bd03fa4 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Sun, 29 Oct 2023 19:34:24 +0200 Subject: [PATCH] update @ Sun Oct 29 19:34:24 EET 2023 Signed-off-by: Ari Archer --- blog.json | 2 +- scripts/blog.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/blog.json b/blog.json index 9d90767..3cc8fc7 100644 --- a/blog.json +++ b/blog.json @@ -58,7 +58,7 @@ { "src": "/favicon.ico", "sizes": "128x128", - "type": "image/png" + "type": "image/x-icon" } ] }, diff --git a/scripts/blog.py b/scripts/blog.py index a5c8105..2230de3 100755 --- a/scripts/blog.py +++ b/scripts/blog.py @@ -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[ +