summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-11-30 22:09:48 +0900
committerChristian Grothoff <grothoff@gnunet.org>2023-11-30 22:09:48 +0900
commit0336b3da63b4c7388e9f59dea6f278e63baf2640 (patch)
tree1a83054521b95eed69543ef4b61fdcda917d7c0e /template
parent9927bdeb041a18465d48196260abd1d4ad8cfa43 (diff)
downloadwww-0336b3da63b4c7388e9f59dea6f278e63baf2640.tar.gz
www-0336b3da63b4c7388e9f59dea6f278e63baf2640.tar.bz2
www-0336b3da63b4c7388e9f59dea6f278e63baf2640.zip
GNU 40 is no longer news
Diffstat (limited to 'template')
-rw-r--r--template/index.html.j25
1 files changed, 0 insertions, 5 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index 54e5c860..ab6fd2f7 100644
--- 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>