From 6bdab5921df5e6ccf2988b84dea56a64121fbb67 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 19 Jun 2024 08:49:42 +0900 Subject: [PATCH] adjust whitespace in macro --- static-site/templates/macros.tera.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static-site/templates/macros.tera.html b/static-site/templates/macros.tera.html index 1d9ff74..cb48088 100644 --- a/static-site/templates/macros.tera.html +++ b/static-site/templates/macros.tera.html @@ -19,5 +19,5 @@
{{ title }}
{{ url }} {% else -%} {{ url }}index.html -{% endif -%} +{%- endif -%} {% endmacro get_url -%}