From 0a8ee8ea3f445311ee156fb9903e131a03019b91 Mon Sep 17 00:00:00 2001 From: Chris Croome Date: Thu, 25 Apr 2019 16:59:30 +0100 Subject: [PATCH] still an issue with blank descriptions #53 --- _includes/head.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 293680e..7822a1b 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,7 +2,7 @@ {% if page.excerpt != blank %} -{% elsif page.collection == 'coops' and page.ontent != blank %} +{% elsif page.collection == 'coops' and page.content != blank %} {% else %} @@ -11,8 +11,10 @@ {{ page.title }} « Cooperative Technologists -{% if page.excerpt %} +{% if page.excerpt != blank %} +{% elsif page.collection == 'coops' and page.content != blank %} + {% else %} {% endif %}