mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-04-02 13:51:00 +01:00
fix YEAR separate for title banner and for current_year beging investigated
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user