Break up the RSS template into item templates, like I did for atom
This commit is contained in:
parent
b2d24aad54
commit
2f3d133dda
5 changed files with 55 additions and 56 deletions
6
layouts/blog/rss_item.rss
Normal file
6
layouts/blog/rss_item.rss
Normal file
|
@ -0,0 +1,6 @@
|
|||
<item>
|
||||
{{ partial "rss_item_metadata.rss" . }}
|
||||
<description>{{ `<![CDATA[` | safeHTML }}
|
||||
{{ .Content | html }}
|
||||
]]></description>
|
||||
</item>
|
Loading…
Add table
Add a link
Reference in a new issue