From 5df6dd1f3529c0002a144dec0b0857234d5b9135 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 22 Apr 2018 18:23:00 +0200 Subject: [PATCH] Applied hierarchy --- blog/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blog/index.html b/blog/index.html index 5cc52de..f0eef8f 100644 --- a/blog/index.html +++ b/blog/index.html @@ -44,9 +44,9 @@ section_id: blog {% endfor %} + {% for post in paginator.posts %}
- {% for post in paginator.posts %} {% assign mod = forloop.index | modulo: 2 %} {% if mod == 0 %}
@@ -78,7 +78,7 @@ section_id: blog
{% endif %} - {% endfor %} -
+ + {% endfor %}