From 2e32f7144284b5faa194d98379e4a3d22a03dd90 Mon Sep 17 00:00:00 2001 From: Linh Nguyen Date: Sat, 17 May 2025 18:59:06 +0200 Subject: Fix issue where urls have single slash after protocol --- layouts/partials/head.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 751abd2..de93078 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