diff --git a/index.html b/index.html
index 7b6c880..e670f68 100644
--- a/index.html
+++ b/index.html
@@ -11,15 +11,13 @@
{{ site.data.text.tagline }}
-{% if posts.length > 0 %}
-
- {{ site.data.text.post_list_title }}
-
- {% for post in posts %}
- - {{ post.title }}
- {% endfor %}
-
-
-{% endif %}
+
+ {{ site.data.text.post_list_title }}
+
+ {% for post in posts %}
+ - {{ post.title }}
+ {% endfor %}
+
+
{% include pagination.html %}