From 6b563cffffa4c2954cb9ba0764fd06c7c2c99265 Mon Sep 17 00:00:00 2001 From: Schorsch3000 Date: Mon, 23 Feb 2026 20:21:10 +0100 Subject: [PATCH] fix for newer hugo version --- themes/hugo-theme-flat/layouts/_default/rss.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/hugo-theme-flat/layouts/_default/rss.xml b/themes/hugo-theme-flat/layouts/_default/rss.xml index 2b1bcaa..f4ef76b 100644 --- a/themes/hugo-theme-flat/layouts/_default/rss.xml +++ b/themes/hugo-theme-flat/layouts/_default/rss.xml @@ -34,7 +34,6 @@ {{ .Title }} {{ .Permalink }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} - {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} {{ .Permalink }} {{ .Content | html }}