From 31bede4e691849410b480f392b728eda37bfe601 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 22 Apr 2018 17:38:04 +0200 Subject: [PATCH] Retrying --- blog/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/index.html b/blog/index.html index c6f13ed..107b8d4 100644 --- a/blog/index.html +++ b/blog/index.html @@ -5,7 +5,7 @@ section_id: blog --- -
+
{% for post in paginator.posts %} {% assign mod = forloop.index | modulo: 2 %} {% if mod == 1 %} @@ -36,7 +36,7 @@ section_id: blog {% endif %} {% endfor %}
-
+
{% for post in paginator.posts %} {% assign mod = forloop.index | modulo: 2 %} {% if mod == 0 %}