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