From e1d1a000bfefbdfd0857a96849a33d9034775bce Mon Sep 17 00:00:00 2001 From: nevermosby Date: Sun, 1 Mar 2020 17:48:41 +0800 Subject: [PATCH] fix rss to export full content of blog Signed-off-by: nevermosby --- themes/falco-fresh/layouts/blog/section.rss.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/falco-fresh/layouts/blog/section.rss.xml b/themes/falco-fresh/layouts/blog/section.rss.xml index eb00f7021..eebc6fb53 100644 --- a/themes/falco-fresh/layouts/blog/section.rss.xml +++ b/themes/falco-fresh/layouts/blog/section.rss.xml @@ -21,6 +21,7 @@ {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} {{ .Permalink }} {{ .Summary | html }} + {{ .Content | html }} {{ end }}