diff --git a/LogBot/template.html b/LogBot/template.html index 52898e1..5827cef 100644 --- a/LogBot/template.html +++ b/LogBot/template.html @@ -8,17 +8,12 @@

{{ title }}

+ (Follow this log: RSS)
- {% set sorted = [] %} - {% for num in db %} - {% set int_num = num | int %} -
{{ sorted.append(int_num) }}
- {% endfor %} - - {% for num in sorted | sort | reverse %} -
-

{{ num | string }}

-

{{ db[num|string] | href_wrap }}

+ {% for num in sorted_keys | reverse %} +
+

{{ num }}

+

{{ db[num] | href_wrap }}

{% endfor %}