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