From f963a16109d64c9817f365a6f828628897b382ab Mon Sep 17 00:00:00 2001 From: Alexander Avery Date: Wed, 28 May 2025 15:44:26 -0400 Subject: [PATCH] add explicit favicon --- layouts/partials/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 6312251..571c3a3 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -2,3 +2,4 @@ {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} {{ partialCached "head/css.html" . }} + \ No newline at end of file