aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-15 13:22:47 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-15 13:22:47 +0300
commit1a3c2d8460a0901d81bdd2218560d6ab050d935f (patch)
tree5a08abfee87149c03099c4bc9e432c1079e0d40d /layouts/partials
parentdeaf2fd002fcf71af61afcb4b553de600447f0a7 (diff)
Auto-commit 2024-12-15
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 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" . }}