aboutsummaryrefslogtreecommitdiff
path: root/news/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'news/index.html.j2')
-rw-r--r--news/index.html.j220
1 files changed, 1 insertions, 19 deletions
diff --git a/news/index.html.j2 b/news/index.html.j2
index df34051d..0d4cac46 100644
--- a/news/index.html.j2
+++ b/news/index.html.j2
@@ -12,29 +12,11 @@
12 News posts published by GNUnet about changes related to 12 News posts published by GNUnet about changes related to
13 GNUnet, releases, and events. 13 GNUnet, releases, and events.
14 </p> 14 </p>
15 <!-- TODO: This list should be generated -->
16 <ul> 15 <ul>
17 {% for item in newsdata %} 16 {% for item in newsdata %}
18 <li><a href='{{ item["page"] }}' title='{{ item["date"]}}'>{{ item["title"] }}</a></li> 17 <li><a href="{{ item['page'] }}" title="{{ item['date']}}">{{ item['title'] }}</a></li>
19 {% endfor %} 18 {% endfor %}
20 </ul> 19 </ul>
21 <!--
22 <li><a href="2019-0.11.8.html" title="2019-10-30">GNUnet 0.11.8</a></li>
23 <li><a href="2019-0.11.7.html" title="2019-10-27">GNUnet 0.11.7</a></li>
24 <li><a href="2019-10-ICANNPanel.html" title="2019-10-20">ICANN Panel</a></li>
25 <li><a href="2019-10-GNSSpec1.html" title="2019-10-04">GNS Spec 1</a></li>
26 <li><a href="2019-0.11.6.html" title="2019-07-24">GNUnet 0.11.6</a></li>
27 <li><a href="2019-07-GHM_Aug_2019.html" title="2019-07-17">GNUnet Hacker Meeting 2019</a></li>
28 <li><a href="2019-06-DSTJ.html" title="2019-06-28">DSTJ</a></li>
29 <li><a href="2019-06.html" title="2019-06-01">2019-06</a></li>
30 <li><a href="2019-0.11.5.html" title="2019-06-05">GNUnet 0.11.5</a></li>
31 <li><a href="2019-0.11.4.html" title="2019-05-12">GNUnet 0.11.4</a></li>
32 <li><a href="2019-0.11.3.html" title="2019-04-07">GNUnet 0.11.3</a></li>
33 <li><a href="2019-0.11.2.html" title="2019-04-04">GNUnet 0.11.2</a></li>
34 <li><a href="2019-0.11.1.html" title="2019-04-03">GNUnet 0.11.1</a></li>
35 <li><a href="2019-0.11.0.html" title="2019-02-28">GNUnet 0.11.0</a></li>
36 <li><a href="2019-02.html" title="2019-02-01">2019-02</a></li>
37 -->
38 </section> 20 </section>
39 </article> 21 </article>
40 </div> 22 </div>