Modify default RSS to include full article text

This commit is contained in:
Lukas Joswiak 2021-10-11 21:14:16 -07:00
parent 9decabbbad
commit 6c1ea493f0

View file

@ -33,7 +33,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 }}
{{ end }}