From 3b094b6083e62f9648faf548f1230049570a34d8 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Mon, 26 Aug 2024 17:32:38 -0400 Subject: [PATCH] fix small feed title --- layouts/about/rss.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/about/rss.xml b/layouts/about/rss.xml index b6b0ba7..2403040 100644 --- a/layouts/about/rss.xml +++ b/layouts/about/rss.xml @@ -1,9 +1,9 @@ {{- printf "" | safeHTML }} - {{.Title}} + {{.Site.Title}} {{ .Permalink }} - {{.Params.description}} + {{.Site.Params.description}} Hugo -- gohugo.io{{ with .Site.LanguageCode }} {{.}}{{end}}