summaryrefslogtreecommitdiff
path: root/layouts/_default/rss.xml
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/rss.xml')
-rw-r--r--layouts/_default/rss.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml
index 89fd691..a829f99 100644
--- a/layouts/_default/rss.xml
+++ b/layouts/_default/rss.xml
@@ -30,10 +30,9 @@
<title>{{ .Title }}</title>
<link>{{ .Permalink }}</link>
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
- <author>mms</author>
+ <author>webmaster@michal.sapka.me (mms)</author>
<guid>{{ .Permalink }}</guid>
- <description>{{ .Summary | safeHTML }}</description>
-<content:encoded>{{ .Content | safeHTML }}</content:encoded>
+ <description>{{ .Summary | html }}</description>
</item>
{{ end }}
</channel>