diff --git a/blog/index.html b/blog/index.html index ed0cee2..5653480 100644 --- a/blog/index.html +++ b/blog/index.html @@ -4,9 +4,10 @@ title: Blog section_id: blog --- -
-
+ {% for post in paginator.posts %} +
+
{% assign mod = forloop.index | modulo: 2 %} {% if mod == 1 %}
@@ -42,9 +43,10 @@ section_id: blog
-
-
+ {% for post in paginator.posts %} +
+
{% assign mod = forloop.index | modulo: 2 %} {% if mod == 0 %}