diff options
| author | verdant <i@glowisle.me> | 2026-02-11 15:14:55 +0800 |
|---|---|---|
| committer | verdant <i@glowisle.me> | 2026-02-11 15:14:55 +0800 |
| commit | f6cb1c251f1a7c50d9e60ca08eacd2ddf94472c1 (patch) | |
| tree | 8c3789dba50653c0da349322c59aeb59ed2a0a99 | |
| parent | 9843b507d7bb0cb25553a16cbbaa0fd12f3ea857 (diff) | |
| download | blog-f6cb1c251f1a7c50d9e60ca08eacd2ddf94472c1.tar.gz blog-f6cb1c251f1a7c50d9e60ca08eacd2ddf94472c1.zip | |
chore: change favicon file type (.png to .ico)
| -rw-r--r-- | layouts/partials/custom_head.html | 1 | ||||
| -rw-r--r-- | static/favicon.png | bin | 1092 -> 0 bytes |
2 files changed, 1 insertions, 0 deletions
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" /> +<link rel="shortcut icon" href="/favicon.ico" /> diff --git a/static/favicon.png b/static/favicon.png Binary files differdeleted file mode 100644 index e5ba3d8..0000000 --- a/static/favicon.png +++ /dev/null |
