Update file rss.xml
This commit is contained in:
parent
593b019dc2
commit
15b8371905
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
<item>
|
||||
<title>{{ .Title }}</title>
|
||||
<link>{{ .Permalink }}</link>
|
||||
<author>{{ with .GetTerms "authors" }} {{ delimit . ", " }} {{- end }}</author>
|
||||
<author>{{ with .GetTerms "authors" }} {{ delimit .Title ", " }} {{- 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