From 46d1070c00e5f3737d0935fe87a106e59e51b2af Mon Sep 17 00:00:00 2001
From: Kirill Bobyrev <3352968+kirillbobyrev@users.noreply.github.com>
Date: Mon, 22 May 2023 11:42:19 -0700
Subject: [PATCH] Add page content in RSS by default
Fixes: https://github.com/gohugoio/hugo/issues/4071
---
tpl/tplimpl/embedded/templates/_default/rss.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/tpl/tplimpl/embedded/templates/_default/rss.xml b/tpl/tplimpl/embedded/templates/_default/rss.xml
index 7acdbef6be6..4696a45966f 100644
--- a/tpl/tplimpl/embedded/templates/_default/rss.xml
+++ b/tpl/tplimpl/embedded/templates/_default/rss.xml
@@ -33,6 +33,7 @@
{{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}
{{ .Permalink }}
{{ .Summary | html }}
+ {{ safeHTML "" }}
{{ end }}