only show a post excerpt in the blog index
[web.git] / ralf / blog / index.html
index a59db4ca78dba1375103a7e1f706975ead703d0e..380aaaadd3103898fcdcbb721c3188eb67a9c8a5 100644 (file)
@@ -13,6 +13,8 @@ sort: 10
             {% include post-header.html item=post %}
             <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
         </header>
-        {{ post.content }}
+        {{ post.excerpt }}
+
+        <p><a href="{{ post.url }}">Read more...</a></p>
     {% endif %}
 {% endfor %}