This commit is contained in:
parent
75cdbad994
commit
6911482c0e
|
@ -61,6 +61,11 @@
|
|||
<item>
|
||||
<title>{{ .Title }}</title>
|
||||
<link>{{ .Permalink }}</link>
|
||||
<author>{{ with .GetTerms "authors" }}
|
||||
{{- range $i, $pageAuthor := . }}
|
||||
{{- if $i }}, {{ end }}{{ .Title }}
|
||||
{{- end }}
|
||||
{{- end }}</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>
|
||||
|
|
Loading…
Reference in a new issue