diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 5ae19cd..79312da 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,7 +13,7 @@ {% if year %} {% firstof year as current_year %} {% else %} -{% firstof "2023" as current_year %} +{% firstof "2024" as current_year %} {% endif %} <div id="header"> |