diff options
Diffstat (limited to 'layouts/_default/rss.xml')
-rw-r--r-- | layouts/_default/rss.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index 64d638a..6e6480b 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -63,8 +63,8 @@ <link>{{ .Permalink }}</link> <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 | transform.XMLEscape | safeHTML }}</description> + <guid>{{ .Permalink }}</guid>j + <description>{{ safeHTML "<![CDATA[" }}{{ replace .Content "\n\n" "\n" | safeHTML }}<p style="font-style:italic">Comment via <a href="https://michal.sapka.me/me/contact/">email</a></p>]]></description> </item> {{- end }} </channel> |