From 84817a5fd149f5293742cce08af45c4b92e8672b Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 7 May 2021 19:59:34 +0200 Subject: fix news link --- template/index.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/index.html.j2 b/template/index.html.j2 index ace72d58..a7a291f5 100644 --- a/template/index.html.j2 +++ b/template/index.html.j2 @@ -57,7 +57,7 @@ {% for item in newsdata[:3] %}
- {{ item['date'] }}: {{ item['title'] }} + {{ item['date'] }}: {{ item['title'] }}
{% endfor %} -- cgit v1.2.3