{% if post.authors %} {% for author in post.authors %} {% endfor %} {% endif %} {{ post.config.date.created | date }} {% if post.categories %} {% for category in post.categories %} {{ category.title }} {%- if not loop.last %}, {% endif -%} {% endfor %} {% endif %} {% if post.config.readtime %} {{ post.config.readtime }} Min. Lesezeit {% endif %} {{ post.config.title }} Weiterlesen