From 6664932d9f4c6e036ec410051e88f56e7a6bf517 Mon Sep 17 00:00:00 2001 From: Francesco Date: Wed, 21 Aug 2024 19:41:44 +0200 Subject: [PATCH] Removed duplicated favicon.ico entry --- layouts/partials/head.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index b7b943f..81d6edd 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,7 +3,6 @@ {{ $faviconPath := (.Site.Params.faviconPath | default "" | absURL) }} - @@ -11,8 +10,7 @@ {{ with .OutputFormats.Get "rss" -}} -{{ printf ` -` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} +{{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} {{ end }} {{- if .IsHome -}}