Limit the number of articles in the rss feed and output the full article

contents
This commit is contained in:
Julien Dessaux 2021-03-12 12:34:15 +01:00
parent 72307e55ee
commit 7bf87e781f
2 changed files with 2 additions and 1 deletions

View file

@ -33,7 +33,7 @@
<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>
{{end}}
<guid>{{ .Permalink }}</guid>
<description>{{ .Summary | html }}</description>
<description>{{ .Content | html }}</description>
</item>
{{ end }}
{{ end }}