{% for post in paginator.posts %}

{% if post.subtitle %}{{ post.subtitle }}{% endif %} {{ post.date | date: "%d.%m.%Y" }} · {% if post.categories %}{{ post.categories | join: ' · ' }}{% endif %}

{{ post.title }}

{% if post.image.thumb %}{{ page.title escape_once }}{% endif %} {% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.description %}{{ post.description | strip_html | escape }}{% endif %} Read more ›

{% endfor %}