diff options
Diffstat (limited to 'layouts')
-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" . }} |