From 439106d345a03864146979d552bea2a025e430d8 Mon Sep 17 00:00:00 2001 From: gilsondev Date: Wed, 10 Dec 2014 16:01:30 -0200 Subject: [PATCH] Truncate summary and define headline in articles --- templates/article.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/article.html b/templates/article.html index 316d968..61aa6ea 100755 --- a/templates/article.html +++ b/templates/article.html @@ -31,8 +31,6 @@

{{ article.title }}

{% if article.headline %}

{{ article.headline }}

- {% else %} -

{{ article.summary|truncate(140) }}

{% endif %} Posted by {% for author in article.authors %}