From 79b7cc5d1ad818d291dd7f3abfacba67e5d28cde Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 22 Apr 2018 18:43:00 +0200 Subject: [PATCH] Border test --- blog/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/blog/index.html b/blog/index.html index 08b3e15..13891f9 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 %}
@@ -39,6 +39,7 @@ section_id: blog
{% endif %}
+
{% endfor %} @@ -78,6 +79,7 @@ section_id: blog
{% endif %} +
{% endfor %}