From e0f6f095a45118cf6d336dac86a7af08aeee7ee5 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 22 Apr 2018 18:22:03 +0200 Subject: [PATCH] Testing hierarchy --- blog/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/blog/index.html b/blog/index.html index 586a3cf..5cc52de 100644 --- a/blog/index.html +++ b/blog/index.html @@ -4,9 +4,10 @@ title: Blog section_id: blog --- + + {% for post in paginator.posts %}
- {% for post in paginator.posts %} {% assign mod = forloop.index | modulo: 2 %} {% if mod == 1 %}
@@ -38,9 +39,10 @@ section_id: blog
{% endif %} - {% endfor %} -
+ + {% endfor %} +