Finish RSS and Atom implementations
This commit is contained in:
parent
d971696e11
commit
256eae44e9
9 changed files with 118 additions and 0 deletions
4
layouts/_default/rss_item.rss
Normal file
4
layouts/_default/rss_item.rss
Normal file
|
@ -0,0 +1,4 @@
|
|||
<item>
|
||||
{{ partial "feeds/rss/item_metadata.xml" . }}
|
||||
<description>{{ `<![CDATA[` | safeHTML }}{{ .Content }}]]></description>
|
||||
</item>
|
Loading…
Add table
Add a link
Reference in a new issue