From 133fa3efe6a46c9fc93dd47631b619d051aac130 Mon Sep 17 00:00:00 2001 From: Linh Nguyen Date: Sat, 26 Apr 2025 10:50:12 +0200 Subject: Fix double slash for favicons --- layouts/partials/head.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index f62f983..80b3fa4 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -6,11 +6,11 @@ {{ $faviconPath := (.Site.Params.faviconPath | default "" | absURL) }} - - - - - + + + + + {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} -- cgit v1.2.3