List some computed summaries on the front-page for each post

This commit is contained in:
R. Tyler Croy 2011-06-05 12:58:22 -07:00
parent 803fe4b22a
commit 283285bb40
1 changed files with 1 additions and 1 deletions

View File

@ -20,8 +20,8 @@ layout: default
{% for post in paginator.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
<!--<p>{{ page.summary }}</p>-->
<div class="posttags">Tags: {{ post | tags }}</div>
<blockquote><em><small>{{ post.content | strip_html | strip_newlines | truncatewords: 50 }} <a href="{{ post.url }}">read more</a></small></em></blockquote>
</li>
{% endfor %}
</ul>