From 101c111834be42b6768c7e3c6d7083a0e07b918f Mon Sep 17 00:00:00 2001 From: manetta Date: Fri, 18 Feb 2022 15:56:54 +0100 Subject: [PATCH] turning the title of a post into the key number --- LogBot/template.rss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogBot/template.rss b/LogBot/template.rss index af8cdd8..2d65c3e 100644 --- a/LogBot/template.rss +++ b/LogBot/template.rss @@ -8,7 +8,7 @@ {% for x, post in db["messages"].items() %} - {{ title }} + {{ x }} {{ log_path }}#{{ x }} {{ log_path }}#{{ x }} {{ post.post }}