rss feed and ryuji improvements

This commit is contained in:
jetstream0
2023-08-19 02:40:40 +02:00
parent 6370bb7966
commit ccb848a9af
7 changed files with 97 additions and 5 deletions

View 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>