edited the rss.feed template
This commit is contained in:
parent
30df62d1d5
commit
bcfa57984b
@ -5,7 +5,7 @@
|
|||||||
<link>{{ log_path }}</link>
|
<link>{{ log_path }}</link>
|
||||||
<description>Collective log writing using XMPP chat groups and LogBot.</description>
|
<description>Collective log writing using XMPP chat groups and LogBot.</description>
|
||||||
<lastBuildDate>{{ date }}</lastBuildDate>
|
<lastBuildDate>{{ date }}</lastBuildDate>
|
||||||
{% for post in db["messages"] %}
|
{% for x, post in db["messages"].items() %}
|
||||||
<item>
|
<item>
|
||||||
<title></title>
|
<title></title>
|
||||||
<link>{{ log_path }}#{{ x }}</link>
|
<link>{{ log_path }}#{{ x }}</link>
|
||||||
|
Loading…
Reference in New Issue
Block a user