Full content in XML feed

This commit is contained in:
JP Hastings-Spital 2022-11-03 21:01:56 +00:00
parent e97bba5d38
commit 68638e6594

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 }}
</channel>