From 283285bb401605501e462a663d360c6d21991bfd Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Sun, 5 Jun 2011 12:58:22 -0700 Subject: [PATCH] List some computed summaries on the front-page for each post --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ff4942b..aadd641 100644 --- a/index.html +++ b/index.html @@ -20,8 +20,8 @@ layout: default {% for post in paginator.posts %}
  • {{ post.title }} - +
    {{ post.content | strip_html | strip_newlines | truncatewords: 50 }} read more
  • {% endfor %}