summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-03-13 15:51:29 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-03-13 15:51:29 +0100
commitdd7ebf0815d33e93a3cec6a046b88bb4997697d9 (patch)
treede8d93527ebf308b9941a56e202811fcb7d050c7
parent55bcfc3d9b2caccf0c300d243ba6fd0b25b02015 (diff)
Show full post in RSS feed
-rw-r--r--layouts/posts/list.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
{{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
<guid>{{ .Permalink }}</guid>
- <description>{{ .Summary | html }}</description>
+ <description>{{ .Content | html }}</description>
</item>
{{ end }}
</channel>