From 2c0ed52b51df86f2a969ad61a1b29c948b68dc71 Mon Sep 17 00:00:00 2001 From: Rodrigo Oliveira Date: Mon, 19 Oct 2020 14:37:09 -0300 Subject: [PATCH] Point front page rss link to /posts/ Will think on changing it if using other sections, but probably will make use of tags instead. --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 926c1f5..7a5570e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -13,7 +13,7 @@ {{- end }} {{ with .OutputFormats.Get "RSS" -}} - {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} + {{ printf `` .Rel .MediaType.Type $.Site.BaseURL .RelPermalink $.Site.Title | safeHTML }} {{- end }} -- 2.45.2