From aa612a8d84d08b667a498a44e157ceaff8df4439 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 2 Jun 2018 12:45:57 +0100 Subject: [PATCH] Add markdown class --- source/blog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog.html b/source/blog.html index 3abadec3..4588ed2b 100644 --- a/source/blog.html +++ b/source/blog.html @@ -24,7 +24,7 @@ use: [posts] {% include 'post/intro-image' with { page: post } %} -
+
{{ post.summary|markdown }} {% if post.blocks.excerpt is defined %} {{ post.blocks.excerpt|markdown }}