Expand news excerpt length

This commit is contained in:
Trever Fischer
2012-03-05 01:19:11 -05:00
parent b1b12c2e8c
commit 374a8225ef

View File

@@ -10,7 +10,7 @@
<h2><a href="{{post.get_absolute_url}}">{{post.title}}</a></h2> <h2><a href="{{post.get_absolute_url}}">{{post.title}}</a></h2>
<div class="byline">By {{post.author}}</div> <div class="byline">By {{post.author}}</div>
<div class="content"> <div class="content">
{{post.body|truncatewords:"45"|markdown}} {{post.body|truncatewords:"100"|markdown}}
</div> </div>
<div class="commentcount"><a href="{{post.get_absolute_url}}">{{post.comments.all|length}} comment{{post.comments.all|length|pluralize}} &raquo;</a></div> <div class="commentcount"><a href="{{post.get_absolute_url}}">{{post.comments.all|length}} comment{{post.comments.all|length|pluralize}} &raquo;</a></div>
</div> </div>