aboutsummaryrefslogtreecommitdiff
path: root/template/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/index.html.j2')
-rw-r--r--template/index.html.j27
1 files changed, 7 insertions, 0 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index 4d459333..1366a1a6 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -12,6 +12,13 @@
12 <div> 12 <div>
13 <img src="{{ url_static('images/gnunet-logo-dark-text.png') }}" alt="GNUnet" /> 13 <img src="{{ url_static('images/gnunet-logo-dark-text.png') }}" alt="GNUnet" />
14 </div> 14 </div>
15 <div class="row">
16 <div class="container text-center">
17 <a class="link" href="news/{{newsdata[0]['page']}}">{{ newsdata[0]['date'] }}: {{ newsdata[0]['title'] }}</a>
18 </div>
19 </div>
20
21
15 </div> 22 </div>
16</div> 23</div>
17<div class="container-fluid greybox"> 24<div class="container-fluid greybox">