diff --git a/_layouts/single.html b/_layouts/single.html index 29637ac23b3c..bc3be561d937 100644 --- a/_layouts/single.html +++ b/_layouts/single.html @@ -84,6 +84,9 @@
{% for post in site.posts limit:4 %} + {% if post.id == page.id %} + {% continue %} + {% endif %} {% include archive-single.html type="grid" %} {% endfor %}