Files
hedgeblog/templates/components/post_entry.xml
2023-08-19 04:18:51 +02:00

15 lines
298 B
XML

<entry>
<title>[[ post.title ]]</title>
<link href="[[ post.url ]]"/>
<id>[[ post.url ]]</id>
<updated>[[ post.last_updated ]]</updated>
<author>
<name>[[ post.author ]]</name>
</author>
<content type="html">
<![CDATA[
[[ html:post.html ]]
]]>
</content>
</entry>