layout: default


{% for post in site.posts %}

{% if post.categories contains page.category %}
  {% include featured-post.html %}
{% endif %}

{% endfor %}