diff --git a/themes/hello-friend-ng/layouts/_default/rss.xml b/themes/hello-friend-ng/layouts/_default/rss.xml index 31e0626e..0cbd8710 100644 --- a/themes/hello-friend-ng/layouts/_default/rss.xml +++ b/themes/hello-friend-ng/layouts/_default/rss.xml @@ -33,7 +33,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 }} {{ end }}