From 24715cefb5b1a48b3cc65947cd35b8799a87c4fd Mon Sep 17 00:00:00 2001 From: James Mead Date: Sat, 1 Jul 2017 16:25:47 +0100 Subject: [PATCH] Add services to coop layout --- _layouts/co-op.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/_layouts/co-op.html b/_layouts/co-op.html index 230f681..1a84283 100644 --- a/_layouts/co-op.html +++ b/_layouts/co-op.html @@ -88,6 +88,24 @@

{{ content }}

+ + +
+

Services

+ +
+ {% for service in page.services %} + {% assign s = site.services | where: "slug", service | first %} + + {% endfor %} +
+
+