From 41d0b9dac45699bc77719ce0d27878179ade3a90 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 15 Jun 2015 09:47:03 +0100 Subject: [PATCH] Show excerpt text --- source/blog.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/source/blog.html b/source/blog.html index 802221f6..de4ec865 100644 --- a/source/blog.html +++ b/source/blog.html @@ -10,8 +10,11 @@ use: ---

Blog

- +{% for post in page.pagination.items %} +
+

{{ post.title }}

+ {% if post.blocks.excerpt %} + {{ post.blocks.excerpt | raw }} + {% endif %} + +{% endfor %}