--- layout: es-default title: Bitácora --- {% for post in site.posts %} {% if post.categories contains 'es' %}

{{ post.title | truncate:200 }}

{% endif %} {% endfor %}