Expand news excerpt length
This commit is contained in:
@@ -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}} »</a></div>
|
<div class="commentcount"><a href="{{post.get_absolute_url}}">{{post.comments.all|length}} comment{{post.comments.all|length|pluralize}} »</a></div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user