Full content in RSS

This commit is contained in:
Massimo Scagliola 2023-07-24 12:57:45 +02:00
parent 9bf3871b3a
commit 158794fe73
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006" | 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>