From 6981e6fc16df6982bbb1066a009125b52ecdeb66 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Wed, 26 Oct 2022 17:53:14 +0200 Subject: [PATCH] Attempt to fix auto left-right --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 46675b3..eacdae5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,7 +5,7 @@
- {% leftOrRight = 1 %} + {% set leftOrRight = 1 %} {% for project in this.children %} {% set image = project.attachments.images.first() %}
@@ -21,7 +21,7 @@
- {% i = i + 1 %} + {% set leftOrRight = leftOrRight + 1 %} {% endfor %}