diff --git a/layouts/index.html b/layouts/index.html
index d78c2f9..4c7a0da 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -71,10 +71,11 @@
Recent Posts
- {{ range first .Site.Params.index_items (where .Data.Pages.ByDate "Section" "!=" "") }}
+ {{ range first .Site.Params.index_items (where .Data.Pages.ByDate "Section" "posts") }}
{{ partial "box.html" . }}
{{ end }}
+
{{ partial "page_end.html" . }}