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 %}