diff --git a/index.html b/index.html index 2141cef..a8cb4b6 100755 --- a/index.html +++ b/index.html @@ -12,10 +12,10 @@ layout: default

- {{ post.content | truncatewords:20 }} + {{ post.content | truncatewords:30 }}

{% assign wordcount = post.content | number_of_words %} - {% if wordcount > 20 %} + {% if wordcount > 30 %}

> Weiterlesen