From 8ed88952dcf80cd6fe1a96b907a4933c8df3213f Mon Sep 17 00:00:00 2001 From: Chris Lowis Date: Sun, 11 Nov 2018 21:20:38 +0000 Subject: [PATCH] Fix client name under logo on co-op pages The data files under _clients use 'title' instead of 'name'. --- _layouts/coop.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/coop.html b/_layouts/coop.html index 93b89c9..e3d185d 100644 --- a/_layouts/coop.html +++ b/_layouts/coop.html @@ -122,7 +122,7 @@ {% assign c = site.clients | where: "slug", client | first %}
-
{{ c.name }}
+
{{ c.title }}
{% endfor %}