diff options
Diffstat (limited to 'layouts/taxonomy/taxonomy.atom.xml')
-rw-r--r-- | layouts/taxonomy/taxonomy.atom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/taxonomy/taxonomy.atom.xml b/layouts/taxonomy/taxonomy.atom.xml index 50d72fa..9ceeb79 100644 --- a/layouts/taxonomy/taxonomy.atom.xml +++ b/layouts/taxonomy/taxonomy.atom.xml @@ -37,11 +37,12 @@ <updated>{{ .Date.UTC.Format "2006-01-02T15:04:05Z" | safeHTML }}</updated> <link href="{{ .Permalink }}atom.xml" rel="self" /> <link href="{{ .Permalink }}" rel="alternate" /> + {{- with $authorName }} <author> - <name>{{ $authorName }}</name> + <name>{{ . }}</name> {{- with $authorEmail }} <email>{{ . }}</email>{{ end }} - </author> + </author>{{ end }} <generator>Hugo -- gohugo.io</generator> <rights type="html">{{ replace .Site.Copyright "{currentYear}" (now.UTC.Format "2006") }}</rights> <subtitle>{{ .Site.Params.Description }}</subtitle>{{ range first .Site.Config.Services.RSS.Limit .Data.Pages }} |