diff options
author | Patrick Spek <p.spek@tyil.nl> | 2023-03-13 15:51:29 +0100 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2023-03-13 15:51:29 +0100 |
commit | dd7ebf0815d33e93a3cec6a046b88bb4997697d9 (patch) | |
tree | de8d93527ebf308b9941a56e202811fcb7d050c7 | |
parent | 55bcfc3d9b2caccf0c300d243ba6fd0b25b02015 (diff) | |
download | blog-dd7ebf0815d33e93a3cec6a046b88bb4997697d9.tar.gz blog-dd7ebf0815d33e93a3cec6a046b88bb4997697d9.tar.bz2 |
Show full post in RSS feed
-rw-r--r-- | layouts/posts/list.xml | 2 |
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> |