{% for post in paginator.posts %}

{% if post.categories %}{{ post.categories | join: ' · ' }}{% endif %} – {% if post.subheadline %}{{ post.subheadline }}{% endif %}

{{ post.title }}

{% if post.image.thumb %}{{ page.title escape_once }}{% endif %} {% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.teaser %}{{ post.teaser | strip_html | escape }}{% endif %} {{ site.data.language.read_more }}

{% endfor %}