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

13 lines
269 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">
[[ post.html ]]
</content>
</entry>