From ad7c252a597b79e35f43d3830b6a4bf240d83443 Mon Sep 17 00:00:00 2001 From: Chris Croome Date: Thu, 25 Apr 2019 16:52:38 +0100 Subject: [PATCH] fix for pages without excerpt #53 --- _includes/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index ec0074e..293680e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,8 +1,8 @@ -{% if page.excerpt and page.excerpt != "" %} +{% if page.excerpt != blank %} -{% elsif page.collection == 'coops' %} +{% elsif page.collection == 'coops' and page.ontent != blank %} {% else %}