rss: use full text instead of summary

This commit is contained in:
John Bowdre 2024-01-15 12:42:20 -06:00
parent 7f639cdbe2
commit 15cb3e0a82

View file

@ -40,7 +40,7 @@
{{ range (.GetTerms "tags") }} {{ range (.GetTerms "tags") }}
<category>{{ .LinkTitle }}</category>{{ end }} <category>{{ .LinkTitle }}</category>{{ end }}
<guid>{{ .Permalink }}</guid> <guid>{{ .Permalink }}</guid>
<description>{{ .Summary | plainify }}</description> <description>{{- .Content | html -}}</description>
</item> </item>
{{ end }} {{ end }}
</channel> </channel>