diff --git a/templates/base.html b/templates/base.html index 7e7cdf8..62d1685 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,15 +11,17 @@ {% if year %} -{% firstof year as current_year %} +{% firstof year as current_year %} {% else %} -{% firstof "2024" as current_year %} +{% now "Y" as current_year %} {% endif %} +{% now "Y" as now_year %} +