website-zola/themes/terminimal/templates/macros/date.html
2025-03-27 14:29:39 -03:00

3 lines
74 B
HTML

{% macro now_year() %}
{{ now() | date(format="%Y") }}
{% endmacro %}