diff --git a/blog/index.html b/blog/index.html
index 7c3db92..734f2e9 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -6,6 +6,7 @@ section_id: blog
{% for post in paginator.posts %}
+
{% assign mod = forloop.index | modulo: 2 %}
{% if mod == 1 %}
@@ -38,7 +39,6 @@ section_id: blog