aboutsummaryrefslogtreecommitdiff
path: root/old-news.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-08-25 22:18:29 +0200
committerChristian Grothoff <christian@grothoff.org>2017-08-25 22:18:29 +0200
commitdafcad777dba9f9aa4b525cbbeeb9412dbcda41f (patch)
tree3e77ec38e4e1c8386a3bb2de35b3003b4245d71a /old-news.html.j2
parentfc63a3b42bdfb3a9eb341daccd61170d72a90934 (diff)
downloadwww-dafcad777dba9f9aa4b525cbbeeb9412dbcda41f.tar.gz
www-dafcad777dba9f9aa4b525cbbeeb9412dbcda41f.zip
split news into current and older news
Diffstat (limited to 'old-news.html.j2')
-rw-r--r--old-news.html.j236
1 files changed, 36 insertions, 0 deletions
diff --git a/old-news.html.j2 b/old-news.html.j2
new file mode 100644
index 00000000..a7d0672c
--- /dev/null
+++ b/old-news.html.j2
@@ -0,0 +1,36 @@
1{% extends "common/base.j2" %}
2{% block body_content %}
3
4<div class="jumbotron">
5 <div class="container text-center">
6 <h1>{{ _("Older News") }}</h1>
7 <div class="col-lg-12">
8 <p>
9 {% trans %}
10 This page documents the GNU Taler history.
11 {% endtrans %}
12 </p>
13 </div>
14 </div>
15</div>
16
17<div class="container">
18 <div class="row">
19 <div class="col-lg-12">
20
21{% include "news/2016-12.inc" %}
22{% include "news/2016-10.inc" %}
23{% include "news/2016-09.inc" %}
24{% include "news/2016-08.inc" %}
25{% include "news/2016-06.inc" %}
26{% include "news/2015-12.inc" %}
27{% include "news/2015-11.inc" %}
28{% include "news/2015-02.inc" %}
29{% include "news/2014-12.inc" %}
30{% include "news/2014-11.inc" %}
31
32 </div>
33 </div>
34</div> <!-- /container -->
35
36{% endblock body_content %}