From 68638e65940b77dd67a1c159e8bee5033f9c7fff Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Thu, 3 Nov 2022 21:01:56 +0000 Subject: [PATCH] Full content in XML feed --- themes/hello-friend-ng/layouts/_default/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}