mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-11-08 19:10:24 +01:00
First public release
This commit is contained in:
commit
deee53f745
66 changed files with 1956 additions and 0 deletions
3
templates/macros/date.html
Normal file
3
templates/macros/date.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{% macro now_year() %}
|
||||
{{ now() | date(format="%Y") }}
|
||||
{% endmacro %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue