From c1c12525193b79418cc56521ea197d81a3bc2528 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 22 Apr 2024 06:08:58 -0700 Subject: [PATCH] [PATCH] tpl/tplimpl: Improve embedded templates - Do not include the Hugo version in RSS feeds from gohugoio/hugo@10a8448 --- layouts/_default/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index fed8ae9a..242e04ac 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -55,7 +55,7 @@ {{ index . 0 | absURL }} {{- end }} - Hugo -- {{ hugo.Version }} + Hugo {{ site.Language.LanguageCode }}{{ with $authorEmail }} {{.}}{{ with $authorName }} ({{ . }}){{ end }}{{ end }}{{ with $authorEmail }} {{ . }}{{ with $authorName }} ({{ . }}){{ end }}{{ end }}{{ with site.Copyright }}