--- layout: en-default title: Blog Posts --- {% for post in site.posts %} {% if post.categories contains 'en' %}

{{ post.title | truncate:200 }}

{% endif %} {% endfor %}