From 53f9307bffc20f95ddc06d5944dd2d58415b95c6 Mon Sep 17 00:00:00 2001 From: Trever Fischer Date: Wed, 18 Apr 2012 11:28:31 -0400 Subject: [PATCH] Fix news post truncation --- templates/local/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/local/index.html b/templates/local/index.html index 8b28bf7..f563b13 100644 --- a/templates/local/index.html +++ b/templates/local/index.html @@ -11,7 +11,7 @@
By
{% avatar news.rootPost.user %}
Posted {{news.created|timesince}} ago
- {{news.rootPost.body|truncatewords:"100"|markdown}} + {{news.rootPost.body|markdown|truncatewords_html:"100"}}
{{news.rootPost.get_descendant_count}} comment{{news.rootPost.get_descendant_count|pluralize}} »