From 3fa79b343ed473a090638ffff9aea32039fc4472 Mon Sep 17 00:00:00 2001 From: James Mead Date: Sat, 1 Jul 2017 16:30:13 +0100 Subject: [PATCH] Add technologies 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 1a84283..1f22b13 100644 --- a/_layouts/co-op.html +++ b/_layouts/co-op.html @@ -106,6 +106,24 @@ + + +
+

Technologies

+ +
+ {% for technology in page.technologies %} + {% assign t = site.technologies | where: "slug", technology | first %} + + {% endfor %} +
+
+