From f245ba9c2e985de1e14ed587decd23643c2ba814 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Wed, 26 Oct 2022 18:09:08 +0200 Subject: [PATCH] Fix auto left-right --- templates/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index eacdae5..8513c6a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,12 +5,11 @@
- {% set leftOrRight = 1 %} {% for project in this.children %} {% set image = project.attachments.images.first() %}
project image
-
+
@@ -21,7 +20,6 @@
- {% set leftOrRight = leftOrRight + 1 %} {% endfor %}