aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-20 01:27:13 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-20 01:27:13 +0300
commitf598d4cb9a83cfc4410a04b6a7ee59f3b46017a0 (patch)
tree1bebfbb0a698414226f3ed8fa7d95bff483b6cc2 /layouts/partials
parentfce58592a929037c3ea7cfea95c25a189594b6c3 (diff)
Auto-commit 2024-12-20
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
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" . }}