Website/protokolle.md
2017-02-06 14:46:39 +01:00

355 B

layout title
default Protokolle

{% raw %} {% for post in site.posts %} {% if post.categories contains 'protokoll' %}

{{ post.title }}

{{ post.content | strip_html | truncatewords: 100 }}
{% endif %} {% endfor %} {% endraw %}