diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 13:22:47 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 13:22:47 +0300 |
commit | 1a3c2d8460a0901d81bdd2218560d6ab050d935f (patch) | |
tree | 5a08abfee87149c03099c4bc9e432c1079e0d40d /layouts/partials | |
parent | deaf2fd002fcf71af61afcb4b553de600447f0a7 (diff) |
Auto-commit 2024-12-15
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 f2c7ece..3d17d38 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="/favicon.png"> +<link rel="icon" type="image/png" href="/img/favicon.png"> <title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title> {{ partialCached "head/css.html" . }} |