From ac94d0293fdb8e4f09c785633e70efec3f8db137 Mon Sep 17 00:00:00 2001 From: recanman <29310982+recanman@users.noreply.github.com> Date: Wed, 3 Jul 2024 22:15:26 -0700 Subject: [PATCH] fix: paths to favicons --- layouts/partials/head.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 328b954..885b667 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -7,10 +7,10 @@ - - - - + + + + @@ -23,6 +23,10 @@ +{{ with .OutputFormats.Get "rss" -}} + {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} +{{ end }} +