From dd7ebf0815d33e93a3cec6a046b88bb4997697d9 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 13 Mar 2023 15:51:29 +0100 Subject: Show full post in RSS feed --- layouts/posts/list.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/posts/list.xml') diff --git a/layouts/posts/list.xml b/layouts/posts/list.xml index 17e054b..deb2448 100644 --- a/layouts/posts/list.xml +++ b/layouts/posts/list.xml @@ -30,7 +30,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 }} -- cgit v1.1