diff --git a/_layouts/coop.html b/_layouts/coop.html
index cad5229..e0486ed 100644
--- a/_layouts/coop.html
+++ b/_layouts/coop.html
@@ -47,19 +47,6 @@
-
- {% if page.clients %}
-
- Clients
-
-
- {% for client in page.clients %}
- {% assign c = site.clients | where: "slug", client | first %}
- - {{ c.title }}
- {% endfor %}
-
-
- {% endif %}