15 lines
298 B
XML
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>
|