From f6cb1c251f1a7c50d9e60ca08eacd2ddf94472c1 Mon Sep 17 00:00:00 2001 From: verdant Date: Wed, 11 Feb 2026 15:14:55 +0800 Subject: chore: change favicon file type (.png to .ico) --- layouts/partials/custom_head.html | 1 + static/favicon.png | Bin 1092 -> 0 bytes 2 files changed, 1 insertion(+) delete mode 100644 static/favicon.png diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html index ba9276e..051d3d9 100644 --- a/layouts/partials/custom_head.html +++ b/layouts/partials/custom_head.html @@ -18,3 +18,4 @@ rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" /> + diff --git a/static/favicon.png b/static/favicon.png deleted file mode 100644 index e5ba3d8..0000000 Binary files a/static/favicon.png and /dev/null differ -- cgit v1.2.3