mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-02-23 05:34:34 +01:00
4 lines
74 B
HTML
4 lines
74 B
HTML
![]() |
{% macro now_year() %}
|
||
|
{{ now() | date(format="%Y") }}
|
||
|
{% endmacro %}
|