Browse Source

edited the rss.feed template

master
manetta 3 years ago
parent
commit
bcfa57984b
  1. 2
      LogBot/feed.rss

2
LogBot/feed.rss

@ -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…
Cancel
Save