From f4c77445c0a3d18ff884845f16a749a09c0efe02 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 12 Mar 2018 19:26:05 +0000 Subject: [PATCH] Always show excerpt block on blog page --- source/blog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog.html b/source/blog.html index ccf5caba..6579fbe5 100644 --- a/source/blog.html +++ b/source/blog.html @@ -20,7 +20,7 @@ use: [posts] {% include 'post/intro-image' with { page: post } %}
- {% if post.blocks.excerpt %} + {% if post.blocks.excerpt is defined %} {{ post.blocks.excerpt|markdown }} {% else %} {{ post.blocks.content|markdown }}