diff --git a/_layouts/page.html b/_layouts/page.html
index 8033322..885dee9 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -63,7 +63,7 @@
{% assign i = 0 %}
{% for post in site.posts %}
- {% if i < 4 and post.title != page.title %}
+ {% if i < 3 and post.title != page.title %}
- {% endif %}
{% assign i = i | plus:1 %}
+ {% endif %}
{% endfor %}