From de383c19e102ccec890849a569713e65b50cefe0 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 Former-commit-id: dd122564f99612d142fa00e89a5b6cf7d05ddc0a Former-commit-id: 35d98b25361aa741cf22c7f52a1bf45dabbe56e7 --- 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 -}}