Fix RSS template
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2023-12-12 15:33:37 -08:00
parent a52fac333d
commit e3703b62a0
1 changed files with 1 additions and 2 deletions

View File

@ -64,8 +64,7 @@
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
{{- with $authorEmail }}<author>{{ . }}{{ with $authorName }} ({{ . }}){{ end }}</author>{{ end }}
<guid>{{ .Permalink }}</guid>
<description>{{ .Summary | html }}</description>
<content type="html">{{ .Content | html }}</content>
<description>{{ .Content | html }}</description>
</item>
{{- end }}
</channel>