Merge pull request #35 from Svenito/summary-tags

Add `striptags` to summary before truncate
This commit is contained in:
Gilson Filho 2016-03-09 23:31:20 -03:00
commit 911b8ec25c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
{% elif article.has_summary %}
{{ article.summary }}
{% elif article.summary %}
{{ article.summary|truncate(140) }}
{{ article.summary|striptags|truncate(140) }}
{% endif %}
<p class="post-meta">Posted by
{% for author in article.authors %}