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.j214
1 files changed, 12 insertions, 2 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index 945435df..8db599ae 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -232,7 +232,7 @@
232 <a href="https://gnunet.org/en/use.html">use it</a> and 232 <a href="https://gnunet.org/en/use.html">use it</a> and
233 <a href="https://gnunet.org/en/engage.html">contribute</a>. <br> 233 <a href="https://gnunet.org/en/engage.html">contribute</a>. <br>
234 Be aware that this project is still in an early alpha stage when it comes 234 Be aware that this project is still in an early alpha stage when it comes
235 to software &#8211; its not an easy task to rewrite the whole Internet! 235 to software &#8211; it is not an easy task to rewrite the whole Internet!
236 {% endtrans %} 236 {% endtrans %}
237 </p> 237 </p>
238 </section> 238 </section>
@@ -379,7 +379,17 @@
379 </div> 379 </div>
380 <div class="row"> 380 <div class="row">
381 <div class="col-lg-12"> 381 <div class="col-lg-12">
382 Read our recent news postings <a href="news/index.html">here</a>. 382 <p>
383 Recent Posts:
384 </p>
385 <ul>
386 {% for item in newsdata[:4] %}
387 <li><a href='news/{{ item["page"] }}' title='{{ item["date"]}}'>{{ item["title"] }}</a></li>
388 {% endfor %}
389 </ul>
390 </div>
391 <div class="col-lg-12">
392 Read more of our recent news postings <a href="news/index.html">here</a>.
383 </div> 393 </div>
384 </div> 394 </div>
385</div> <!-- /container --> 395</div> <!-- /container -->