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