diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml
index 4fabea2..ec9831c 100644
--- a/layouts/_default/rss.xml
+++ b/layouts/_default/rss.xml
@@ -43,7 +43,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 }}
+{{ .Content | html }}
{{ range ( where .Site.RegularPages ".RelPermalink" .RelPermalink | first 1 ) }}
{{- $images := .Resources.ByType "image" -}}
{{- $featured := $images.GetMatch "*feature*" -}}