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

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

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