From 4b924fb99f2c1d664be3cccca06e8297c70e1abb Mon Sep 17 00:00:00 2001 From: AtelierSnek Date: Mon, 31 Oct 2022 21:37:58 +1100 Subject: [PATCH] Make RSS Feed on absolute URL --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index f5a7ebb..346ccb1 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -29,7 +29,7 @@ {{ range .AlternativeOutputFormats -}} {{ printf ` - ` .Rel .MediaType.Type .RelPermalink ($.Site.Title | emojify) | + ` .Rel .MediaType.Type (.RelPermalink | absURL) ($.Site.Title | emojify) | safeHTML }} {{ end -}} {{/* Asset bundles */}}