rss feed and ryuji improvements
This commit is contained in:
12
templates/components/post_entry.xml
Normal file
12
templates/components/post_entry.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user