---
layout: default
---
{% for post in site.posts %}
{% if forloop.first == false %}
{% endif %}
{{post.content}}
{% assign wordcount = post.content | number_of_words %}
{% if wordcount > 200 %}
> Weiterlesen
{% endif %}
//unfortunatly elevator dosnt support a list of elements yet, hotfix for now, should be removed asap
{% endfor %}