From 3cd24073ee6cb9d1d857ce8b1f2f7822d4a531f3 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Mon, 16 Nov 2020 16:15:41 +0900 Subject: revert news change; prettify --- template/index.html.j2 | 41 ++++++++++++++++++++++++++--------------- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/template/index.html.j2 b/template/index.html.j2 index fb0ac82c..6bc85b2f 100644 --- a/template/index.html.j2 +++ b/template/index.html.j2 @@ -2,18 +2,42 @@ {% block body_content %}
-
+

{{ _("The Internet of tomorrow needs GNUnet today") }}

-
+
GNUnet
+ +
+
+
+
+ +
+
+
+

{{ _("Latest news") }}

+

+ {% for item in newsdata[:3] %} + {{ item['date'] }}: {{ item['title'] }}
+ {% endfor %} +
+ {{ _("Older news entries") }} +

+
+
+
+
+
+ +
@@ -253,19 +277,6 @@
-
-
-
- - {% for item in newsdata[:3] %} - - {% endfor %} -
-

-- cgit v1.2.3