jessite/themes/terminette/templates/macros/date.html
Jessica Canady 89b73b5413
Just add the theme straight to this repo.
It can be open-sourced in a way better way than having to edit it, push,
then clone. That workflow is just *ugh.*
2024-04-16 13:38:58 -04:00

4 lines
74 B
HTML

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