{% for post in site.posts limit:5 %} {% assign match = false %} {% for category in post.categories %} {% if page.categories contains category %} {% assign match = true %} {% endif %} {% endfor %} {% if match %}