mirror of
https://github.com/authenyoo/website-zola.git
synced 2025-05-13 09:33:47 +02:00
3 lines
74 B
HTML
3 lines
74 B
HTML
{% macro now_year() %}
|
|
{{ now() | date(format="%Y") }}
|
|
{% endmacro %}
|