diff --git a/blog/index.html b/blog/index.html
index 586a3cf..5cc52de 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -4,9 +4,10 @@ title: Blog
section_id: blog
---
+
+ {% for post in paginator.posts %}
- {% for post in paginator.posts %}
{% assign mod = forloop.index | modulo: 2 %}
{% if mod == 1 %}