zola-theme-cherrykitten/templates/macros/date.html
2023-08-01 15:50:53 +02:00

3 lines
74 B
HTML

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