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

4 lines
74 B
HTML
Raw Normal View History

2019-02-05 19:27:02 +01:00
{% macro now_year() %}
{{ now() | date(format="%Y") }}
{% endmacro %}