Files
My-Blog/macros/date.html
2025-03-05 21:03:18 +08:00

4 lines
74 B
HTML

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