forked from varia/bots
turning the title of a post into the key number
This commit is contained in:
parent
dca11cf0c5
commit
101c111834
@ -8,7 +8,7 @@
|
||||
<atom:link href="{{ feed_path }}" rel="self" type="application/rss+xml" />
|
||||
{% for x, post in db["messages"].items() %}
|
||||
<item>
|
||||
<title>{{ title }}</title>
|
||||
<title>{{ x }}</title>
|
||||
<link>{{ log_path }}#{{ x }}</link>
|
||||
<guid>{{ log_path }}#{{ x }}</guid>
|
||||
<description>{{ post.post }}</description>
|
||||
|
Loading…
Reference in New Issue
Block a user