From be7fcf56f28a859fffadf664b82ee783a6be4547 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Thu, 10 Mar 2022 14:53:00 +0100 Subject: [PATCH] Fix: Favicon config --- layouts/partials/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 10dcfc9..d9958cf 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -31,8 +31,8 @@ {{ "" | safeHTML }} - - + + {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}