diff --git a/templates/menu.html b/templates/menu.html index 96525c12c..6728abe28 100644 --- a/templates/menu.html +++ b/templates/menu.html @@ -1,4 +1,9 @@ {% if not homepage %} +{% if year %} +{% firstof year as current_year %} +{% else %} +{% firstof "2024" as current_year %} +{% endif %}