From cbc5ad28d68d9a1f57ab324c47b1d9f60ae02b90 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 4 Mar 2024 09:26:25 -0600 Subject: [PATCH] fix whitespace on gemlog index --- templates/index.tera | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/index.tera b/templates/index.tera index ccf99d9..ba6736e 100644 --- a/templates/index.tera +++ b/templates/index.tera @@ -18,10 +18,8 @@ {%- if entry.categories -%} {% for category in entry.categories %}#{{ category }}{% if not loop.last%} {% endif %}{% endfor %} - {% endif %} - -{%- endfor %} +{% endfor %} ─────