diff --git a/layouts/index.html b/layouts/index.html
index 51d622e0..de859caf 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -31,7 +31,7 @@
From the Blog
- {{ range first 3 (where .Site.RegularPages "Section" "blog") }}
+ {{ range first 5 (where .Site.RegularPages "Section" "blog") }}
{{ partial "blog_post_summary.html" . }}
{{ end }}