commit 0336b3da63b4c7388e9f59dea6f278e63baf2640
parent 9927bdeb041a18465d48196260abd1d4ad8cfa43
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Thu, 30 Nov 2023 22:09:48 +0900
GNU 40 is no longer news
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/template/index.html.j2 b/template/index.html.j2
@@ -53,11 +53,6 @@
<div class="col-12">
<h2><a href="{{ url_localized('news/index.html')}}">{{ _("News") }}</a></h2>
</div>
-
- <div class="col-12">
- <a href="https://www.gnu.org/gnu40/" target="_blank" rel="noopener noreferrer"><img width="81.5" height="66.5" src="{{ url_static('images/GNU40_badge-sm.png') }}" alt="[ Celebrate 40 years of GNU! ]">2023-09-27: GNU40 celebration in Biel, Switzerland</a>
- </div>
-
{% for item in newsdata[:3] %}
<div class="col-12">
<a href="{{ url_localized('news/' + item['page']) }}" title="{{ item['date']}}">{{ item['date'] }}: {{ item['title'] }}</a>