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

11 lines
328 B
XML

<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title>[[ site_info.title ]]</title>
<link href="[[ site_info.url ]]"/>
<id>[[ site_info.url ]]</id>
<updated>[[ last_updated ]]</updated>
<icon>[[ site_info.icon ]]</icon>
[[ for:recent_posts:post ]]
[[ component:post_entry.xml ]]
[[ endfor ]]
</feed>