aboutsummaryrefslogtreecommitdiff
path: root/template/old-news.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/old-news.html.j2')
-rw-r--r--template/old-news.html.j228
1 files changed, 0 insertions, 28 deletions
diff --git a/template/old-news.html.j2 b/template/old-news.html.j2
deleted file mode 100644
index ebee3239..00000000
--- a/template/old-news.html.j2
+++ /dev/null
@@ -1,28 +0,0 @@
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 GNUnet 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{% include "news/2018-07.inc" %}
21{% include "news/2018-06.inc" %}
22{% include "news/2018-08.inc" %}
23{% include "news/2017-10.inc" %}
24 </div>
25 </div>
26</div> <!-- /container -->
27
28{% endblock body_content %}