{% for post in site.posts reversed %} {% if include.category == post.category %}
{{ post.content }}
{% endif %} {% endfor %}