diff --git a/layouts/posts/rss.xml b/layouts/posts/rss.xml
index cf5994b..c215c54 100644
--- a/layouts/posts/rss.xml
+++ b/layouts/posts/rss.xml
@@ -19,7 +19,7 @@
{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}
{{ with .Site.Params.author.email }}{{.}}{{ with $.Site.Params.author.name }} ({{.}}){{end}}{{end}}
{{ .Permalink }}
- {{ .Summary | html }}
+ {{ printf `` .Page.Params.description | safeHTML }}
{{ printf `` .Content | safeHTML }}
{{ end }}