Add absolute_path MACRO

Used with baseurl to make a path relative or absolute.
This commit is contained in:
2022-08-05 15:49:00 -04:00
parent 30f0c9924a
commit dcc0f3d6b0
4 changed files with 11 additions and 6 deletions

View File

@@ -7,3 +7,7 @@
<!--% IF choice == 1 %--><!--% display_when_true %-->
<!--% ELSE %--><!--% display_when_false %--><!--% END %-->
<!--% END %-->
<!--% MACRO absolute_path(baseurl) BLOCK %-->
<!--% IF baseurl %-->./<!--% ELSE %-->/<!--% END %-->
<!--% END %-->