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 }}