Archived
4
2

Changes to get the site working

This commit is contained in:
2023-06-17 22:04:35 +02:00
parent 62c7323847
commit 726ac57989
7 changed files with 126 additions and 119 deletions

View File

@@ -40,6 +40,11 @@
<!--% feed_date.format(date_to_format) %-->
<!--% END %-->
<!--% MACRO format_iso8601_date(date_to_format) BLOCK %-->
<!--% USE iso8601_date = date(format = '%Y-%m-%dT%H:%M:%SZ', gmt=1) %-->
<!--% iso8601_date.format(date_to_format) %-->
<!--% END %-->
<!--% MACRO absolute_path(baseurl) BLOCK %-->
<!--% IF baseurl %-->./<!--% ELSE %-->/<!--% END %-->
<!--% END %-->