From 6749541cf529b9d199cd9f0e88af247b7b1262aa Mon Sep 17 00:00:00 2001 From: Stephen Cox Date: Fri, 30 Nov 2018 11:35:54 +0000 Subject: [PATCH] #2 Hide coop services, technology and client listings when the coop hasn't included them in maekdown file --- _layouts/coop.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_layouts/coop.html b/_layouts/coop.html index e3d185d..c910750 100644 --- a/_layouts/coop.html +++ b/_layouts/coop.html @@ -77,6 +77,7 @@ + {% if page.services %}

Services

@@ -94,7 +95,9 @@
+ {% endif %} + {% if page.technologies %}

Technologies

@@ -112,7 +115,9 @@
+ {% endif %} + {% if page.clients %}

Clients

@@ -128,6 +133,7 @@
+ {% endif %}