From d146f7dfee43cd83ba1f1c68fd251adb02f1255d Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 22 Apr 2018 17:56:05 +0200 Subject: [PATCH] Added row class --- blog/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blog/index.html b/blog/index.html index 0c16666..c0f2016 100644 --- a/blog/index.html +++ b/blog/index.html @@ -4,7 +4,7 @@ title: Blog section_id: blog --- - +
{% for post in paginator.posts %} {% assign mod = forloop.index | modulo: 2 %} @@ -40,6 +40,7 @@ section_id: blog {% endif %} {% endfor %}
+
{% for post in paginator.posts %} {% assign mod = forloop.index | modulo: 2 %}