zola-theme-cherrykitten/templates/macros/date.html

4 lines
74 B
HTML
Raw Normal View History

2023-08-01 13:50:53 +00:00
{% macro now_year() %}
{{ now() | date(format="%Y") }}
{% endmacro %}