diff --git a/blog/index.html b/blog/index.html
index 0c16666..c0f2016 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -4,7 +4,7 @@ title: Blog
section_id: blog
---
-
+
{% for post in paginator.posts %}
{% assign mod = forloop.index | modulo: 2 %}
@@ -40,6 +40,7 @@ section_id: blog
{% endif %}
{% endfor %}
+
{% for post in paginator.posts %}
{% assign mod = forloop.index | modulo: 2 %}