From f8c8871a716d1630a02eb7ec3b63f0df9d8ea3da Mon Sep 17 00:00:00 2001 From: 613nm <613nm@chaospott.de> Date: Fri, 19 Feb 2021 15:39:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eindex.html=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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