From 5e8e16129a8773e49cd756b708a8e9c4b37353f0 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 22 Apr 2018 17:57:34 +0200 Subject: [PATCH] Added row class --- blog/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blog/index.html b/blog/index.html index c0f2016..d4cc49c 100644 --- a/blog/index.html +++ b/blog/index.html @@ -41,6 +41,8 @@ section_id: blog {% endfor %} + +
{% for post in paginator.posts %} {% assign mod = forloop.index | modulo: 2 %} @@ -72,3 +74,4 @@ section_id: blog {% endif %} {% endfor %}
+