title: fnordig.de layout: default.liquid data: route: blog --- {% assign idx = 0 %} {% for post in collections.posts.pages %} {% if idx < 5 %}

{{ post.title }}


{{ post.content | strip_html | truncatewords: 25, '...' }}

{% endif %} {% assign idx = idx | plus: 1 %} {% endfor %} Looking for more posts? Check out all posts!