use Author as it is used in the blog-header

This commit is contained in:
echtnurich 2023-12-13 18:02:07 +00:00
parent 6b5951e6a6
commit 94cbc7ddf4

View file

@ -61,7 +61,7 @@
<item>
<title>{{ .Title }}</title>
<link>{{ .Permalink }}</link>
<author>{{ .Author }}</author>
<author>{{ .GetTerms "authors" }}</author>
<pubDate>{{ .PublishDate.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
{{- with $authorEmail }}<author>{{ . }}{{ with $authorName }} ({{ . }}){{ end }}</author>{{ end }}
<guid>{{ .Permalink }}</guid>