From bc1cb1316bb6a38bc7582fc40db0c8eb7c176472 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 4 Aug 2024 17:48:56 +0200 Subject: [PATCH] Add favicons -- fix plausible data-domain --- themes/hugo-theme-notrack/layouts/partials/head.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/hugo-theme-notrack/layouts/partials/head.html b/themes/hugo-theme-notrack/layouts/partials/head.html index 4d004b6..df8d9b3 100644 --- a/themes/hugo-theme-notrack/layouts/partials/head.html +++ b/themes/hugo-theme-notrack/layouts/partials/head.html @@ -10,14 +10,14 @@ {{ with resources.Get "css/userstyles.css" }} {{ end -}} - {{ with .Site.Params.favicon -}} - - {{ end -}} + + + {{ range .AlternativeOutputFormats -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} - +