From fe9f0bb035e060558fba818ac1ef3db1326a4e81 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Fri, 6 Oct 2017 13:57:42 +0200
Subject: [PATCH] More news length on homepage

---
 news/templates/news/news_card_content_short.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/news/templates/news/news_card_content_short.html b/news/templates/news/news_card_content_short.html
index 09f352dba..2f796a590 100644
--- a/news/templates/news/news_card_content_short.html
+++ b/news/templates/news/news_card_content_short.html
@@ -3,7 +3,7 @@
     <div>
         <h5 class="text-muted mb-2">{{news.date|date:'j F Y'}}</h5>
         <div>
-            {{news.blurb|truncatechars_html:90|safe}}
+            {{news.blurb|truncatechars_html:180|safe}}
 
             <br>
             <a href="{% url 'news:news' %}#news_{{news.id}}" class="my-1 d-inline-block">Read more</a>
-- 
GitLab