Break up the RSS template into item templates, like I did for atom

This commit is contained in:
Eryn Wells 2022-11-05 13:21:09 -07:00
parent 8b2c0ecdb5
commit a0994e75e9
5 changed files with 55 additions and 56 deletions

View file

@ -0,0 +1,6 @@
<item>
{{ partial "rss_item_metadata.rss" . }}
<description>{{ `<![CDATA[` | safeHTML }}
{{ .Content | html }}
]]></description>
</item>