From 7e9ec19598c3e008fbe2c2ca86426efde628667d Mon Sep 17 00:00:00 2001 From: "stephan.hadan" Date: Wed, 29 Jan 2025 13:18:57 +0100 Subject: [PATCH] Fixed tag to display correct format --- layouts/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/rss.xml b/layouts/rss.xml index add1e4b..322339d 100644 --- a/layouts/rss.xml +++ b/layouts/rss.xml @@ -14,7 +14,7 @@ {{ .Title }} {{ .Permalink }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} - {{ with .Site.Params.Author.email }}{{.}} - {{end}}{{ with .Site.Params.Author.firstname }}{{.}}{{ end }} {{ with .Site.Params.Author.lastname }}{{.}}{{end}} + {{ with .Site.Params.Author.email }}{{.}}({{end}}{{ with .Site.Params.Author.firstname }}{{.}}{{ end }} {{ with .Site.Params.Author.lastname }}{{.}}){{end}} {{ .Permalink }} {{ .Content | html }}