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 b2d24aad54
commit 2f3d133dda
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>