diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-20 01:27:13 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-20 01:27:13 +0300 |
commit | f598d4cb9a83cfc4410a04b6a7ee59f3b46017a0 (patch) | |
tree | 1bebfbb0a698414226f3ed8fa7d95bff483b6cc2 /layouts/partials | |
parent | fce58592a929037c3ea7cfea95c25a189594b6c3 (diff) |
Auto-commit 2024-12-20
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/head.html | 2 |
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" . }} |