layout: default
{% for post in site.posts %}
{% if post.categories contains page.category %} {% include featured-post.html %} {% endif %}
{% endfor %}
layout: default
{% for post in site.posts %}
{% if post.categories contains page.category %} {% include featured-post.html %} {% endif %}
{% endfor %}