diff --git a/blog/index.html b/blog/index.html
index d56f3cc..08b3e15 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 %}
@@ -45,7 +45,7 @@ section_id: blog
{% for post in paginator.posts %}
-
+
{% assign mod = forloop.index | modulo: 2 %}
{% if mod == 0 %}