From 29438efec00f624a151925fdc5dea92bb76fb0f3 Mon Sep 17 00:00:00 2001 From: gilsondev Date: Wed, 10 Dec 2014 15:57:07 -0200 Subject: [PATCH] Remove h3 in subtitle --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index efbfde9..38cbae5 100755 --- a/templates/index.html +++ b/templates/index.html @@ -31,7 +31,7 @@ {% if article.summary %} - {{ article.summary }} + {{ article.summary|truncate(25) }} {% endif %}

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