From ca901e4b99a037553a5afe1beeb50255aeecb27c Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 10 Dec 2019 00:47:36 +0000 Subject: merge new website generation. --- template/index.html.j2 | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'template/index.html.j2') diff --git a/template/index.html.j2 b/template/index.html.j2 index 59937c6a..e74f82cd 100644 --- a/template/index.html.j2 +++ b/template/index.html.j2 @@ -1,17 +1,19 @@ {% extends "common/base.j2" %} {% block body_content %} - + {% import 'inc/news.macro.j2' as news %}
- +
- 2018-04: GNU Taler v0.5.0 released + {% for item in newsdata[:1] %} + {{ news.tinylinkpreview(item, prefix="news/") }} + {% endfor %}
@@ -23,23 +25,23 @@

{{ _("We provide a payment system that makes privacy-friendly online transactions fast and easy.")}}

@@ -47,7 +49,7 @@
- +
-- cgit v1.2.3