From d0fec05b4d0e0e3c527209d2fac6b88d7e79f7e0 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 24 Apr 2018 10:13:05 +0200 Subject: [PATCH] Test with single blogpost --- blog/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/index.html b/blog/index.html index 71d826e..de2e2a7 100644 --- a/blog/index.html +++ b/blog/index.html @@ -7,8 +7,8 @@ section_id: blog {% for post in paginator.posts %}
- {% assign mod = forloop.index | modulo: 2 %} - {% if mod == 0 & mod == 1 %} + {% assign mod = forloop.index | modulo: 1 %} + {% if mod == 0 %}
{% if post.categories != empty %}