--- layout: page title: Artikel background: '/img/bg-default.jpg' --- {% for post in paginator.posts %}

{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% else %}

{{ post.excerpt | strip_html | truncatewords: 15 }}

{% endif %}

Geschrieben von {% if post.author %} {{ post.author }} {% else %} {{ site.author }} {% endif %} am {{ post.date | date: '%d.%m.%Y' }}


{% endfor %} {% if paginator.total_pages > 1 %}
{% if paginator.previous_page %} ← Neuere Artikel {% endif %} {% if paginator.next_page %} Ältere Artikel {% endif %}
{% endif %}