summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/index.html.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index ab6fd2f7..7ba46825 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -53,6 +53,11 @@
<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">2023-09-27: GNU40 celebration in Biel, Switzerland<img width="81.5" height="66.5" src="{{ url_static('images/GNU40_badge-sm.png') }}" alt="[ Celebrate 40 years of GNU! ]"></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>