From 60dadef43c9a9dda83fffd1c554517f04e454b30 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 22 Apr 2018 19:25:50 +0200 Subject: [PATCH] Removed blog class --- blog/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/index.html b/blog/index.html index cf72c17..134131f 100644 --- a/blog/index.html +++ b/blog/index.html @@ -6,7 +6,7 @@ section_id: blog {% for post in paginator.posts %}
-
+
{% assign mod = forloop.index | modulo: 2 %} {% if mod == 1 %}
@@ -45,7 +45,7 @@ section_id: blog {% for post in paginator.posts %}
-
+
{% assign mod = forloop.index | modulo: 2 %} {% if mod == 0 %}