Skip to content

Commit

Permalink
rss.xml: switch to summary
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 24, 2024
1 parent 7cf281e commit 0ab335e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/_default/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +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>{{ .Content | transform.XMLEscape | safeHTML }}</description>
<description>{{ .Summary | transform.XMLEscape | safeHTML }}</description>
</item>
{{- end }}
</channel>
Expand Down

0 comments on commit 0ab335e

Please sign in to comment.