summaryrefslogtreecommitdiffstats
path: root/templates/menu.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/menu.html')
-rw-r--r--templates/menu.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/menu.html b/templates/menu.html
index d6d1b80..cda2740 100644
--- a/templates/menu.html
+++ b/templates/menu.html
@@ -1,9 +1,10 @@
{% if not homepage %}
{% if year %}
-{% firstof year as current_year %}
+{% firstof year as current_year %}
{% else %}
-{% firstof "2024" as current_year %}
+{% now "Y" as current_year %} <!-- the year now -->
{% endif %}
+
<div id="menu">
<ul id="menulinks">
<li><a href="/index.htm">Home</a></li>