diff --git a/content/index.njk b/content/index.njk
index 1ce3546..e8ddeb4 100644
--- a/content/index.njk
+++ b/content/index.njk
@@ -14,9 +14,9 @@ numberOfNowPostsToShow: 1
{% set postslistCounter = postsCount %}
{% set showPostListHeader = false %}
{% include "postslist.njk" %}
-
+
@@ -30,9 +30,9 @@ numberOfNowPostsToShow: 1
{% set morePosts = postsCount - numberOfLatestPostsToShow %}
{% if morePosts > 0 %}
-
+
{% endif %}