{% comment %} * This loops through the paginated posts * * Total posts: {{ paginator.total_posts }} * Total paginate-pages: {{ paginator.total_pages }} * {% endcomment %} {% for post in paginator.posts %}
{% if post.categories %}{{ post.categories | join: ' · ' }}{% endif %} – {% if post.subheadline %}{{ post.subheadline }}{% endif %}
{% if post.image.thumb %}{% endif %}{{ post.excerpt | remove: '
' | remove: '
' }}