diff --git a/blog/index.html b/blog/index.html
index b1df28b..8ecda2b 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -6,10 +6,10 @@ section_id: blog
{% for post in paginator.posts %}
-
+
{% assign mod = forloop.index | modulo: 1 %}
{% if mod == 0 %}
-
+
{% if post.categories != empty %}
{% for cat in post.categories %}
@@ -24,7 +24,7 @@ section_id: blog