summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
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>