diff --git a/layouts/_default/list.atom.xml b/layouts/_default/list.atom.xml
index 418646b..ff9d5aa 100644
--- a/layouts/_default/list.atom.xml
+++ b/layouts/_default/list.atom.xml
@@ -19,7 +19,7 @@
{{ .Permalink }}
{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}
{{ .Lastmod.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}
- {{ .Summary | html }}
+ {{ .Content | html }}
{{ range .Params.tags }}
{{ end }}
diff --git a/layouts/_default/list.rss.xml b/layouts/_default/list.rss.xml
index aa96b21..ca73944 100644
--- a/layouts/_default/list.rss.xml
+++ b/layouts/_default/list.rss.xml
@@ -20,7 +20,7 @@
{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}
{{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}
{{ .Permalink }}
- {{ .Summary | html }}
+ {{ .Content | html }}
{{ range .Params.tags }}
{{ . }}
{{ end }}