From 22dc625b4cc4f6d798c3a252ed174fb402e708bb Mon Sep 17 00:00:00 2001 From: James Mead Date: Sat, 1 Jul 2017 16:34:20 +0100 Subject: [PATCH] Add clients to coop layout --- _layouts/co-op.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/_layouts/co-op.html b/_layouts/co-op.html index 1f22b13..f891ae5 100644 --- a/_layouts/co-op.html +++ b/_layouts/co-op.html @@ -124,6 +124,22 @@ + + +
+

Clients

+ +
+ {% for client in page.clients %} + {% assign c = site.clients | where: "slug", client | first %} +
+
+
{{ c.name }}
+
+ {% endfor %} +
+
+