From da4ac20ecc19fcb23d1b2c400ddfbebf1ccd2d2f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 4 Jun 2018 13:15:40 +0100 Subject: [PATCH] Fix missing content on teasers --- source/blog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog.html b/source/blog.html index a34fe41f..bd4eccc9 100644 --- a/source/blog.html +++ b/source/blog.html @@ -26,7 +26,7 @@ use: [posts]
{{ post.summary|markdown }} - {% if post.blocks.excerpt is defined %} + {% if post.blocks.excerpt is not empty %} {{ post.blocks.excerpt|markdown }} {% else %} {{ post.blocks.content|markdown }}