forked from varia/bots
new title for rss feeds: title of feed + #num
This commit is contained in:
parent
49298b2ae2
commit
ac459224a8
@ -8,7 +8,7 @@
|
||||
<atom:link href="{{ feed_path }}" rel="self" type="application/rss+xml" />
|
||||
{% for x, post in db["messages"].items() %}
|
||||
<item>
|
||||
<title>{{ x }}</title>
|
||||
<title>{{ title }} #{{ x }}</title>
|
||||
<link>{{ log_path }}#{{ x }}</link>
|
||||
<guid>{{ log_path }}#{{ x }}</guid>
|
||||
<description><![CDATA[{{ post.post }}]]></description>
|
||||
|
Loading…
Reference in New Issue
Block a user