We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95829e0 commit 37b99bcCopy full SHA for 37b99bc
layouts/_default/rss.xml
@@ -24,7 +24,7 @@
24
<pubDate>{{ .PublishDate.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>{{ with site.Params.author.email }}
25
<author>{{ . }}{{ with site.Params.author.name }} ({{ . }}){{ end }}</author>{{ end }}
26
<guid>{{ .Permalink }}</guid>
27
- <description>{{ html .Content }}</description>
+ <description>{{ transform.XMLEscape .Content | safeHTML }}</description>
28
</item>{{ end }}
29
</channel>
30
</rss>
0 commit comments