From f598d4cb9a83cfc4410a04b6a7ee59f3b46017a0 Mon Sep 17 00:00:00 2001
From: Alexander Neonxp Kiryukhin <i@neonxp.ru>
Date: Fri, 20 Dec 2024 01:27:13 +0300
Subject: Auto-commit 2024-12-20

---
 layouts/partials/head.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'layouts/partials/head.html')

diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 3d17d38..095207e 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -8,6 +8,6 @@
 {{ template "_internal/schema.html" . }}
 {{ template "_internal/twitter_cards.html" . }}
 
-<link rel="icon" type="image/png" href="/img/favicon.png">
+<link rel="icon" type="image/png" href="/img/favicon.webp">
 <title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
 {{ partialCached "head/css.html" . }}
-- 
cgit v1.2.3