diff --git a/templates/index.html b/templates/index.html index 98f8bce..880b8f8 100755 --- a/templates/index.html +++ b/templates/index.html @@ -39,7 +39,7 @@ {% elif article.has_summary %} {{ article.summary }} {% elif article.summary %} - {{ article.summary|truncate(140) }} + {{ article.summary|striptags|truncate(140) }} {% endif %}

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