diff --git a/_layouts/co-op.html b/_layouts/co-op.html index 692b4d4..6b9962b 100644 --- a/_layouts/co-op.html +++ b/_layouts/co-op.html @@ -15,7 +15,7 @@
- +

{{ page.name }}

{{ page.website }} @@ -85,7 +85,7 @@ {% assign s = site.services | where: "slug", service | first %} @@ -103,7 +103,7 @@ {% assign t = site.technologies | where: "slug", technology | first %} @@ -120,7 +120,7 @@ {% for client in page.clients %} {% assign c = site.clients | where: "slug", client | first %}
-
+
{{ c.name }}
{% endfor %} diff --git a/_layouts/service.html b/_layouts/service.html index 9c7cda0..22bfb27 100644 --- a/_layouts/service.html +++ b/_layouts/service.html @@ -14,7 +14,7 @@
- +

Coops that offer {{ page.name }}

@@ -39,7 +39,7 @@ {% if coop.services contains page.slug %} {% endif %} diff --git a/_layouts/technology.html b/_layouts/technology.html index 3121618..4fe50d5 100644 --- a/_layouts/technology.html +++ b/_layouts/technology.html @@ -14,7 +14,7 @@
- +

Coops that use {{ page.name }}

@@ -39,7 +39,7 @@ {% if coop.technologies contains page.slug %} {% endif %} diff --git a/index.html b/index.html index dca9522..88b8656 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@ layout: home
{% for coop in site.coops %} -
+
{% endfor %}
@@ -81,7 +81,7 @@ layout: home
{% for client in site.clients %}
-
+
{% endfor %}
@@ -100,7 +100,7 @@ layout: home {% for service in site.services %} @@ -120,7 +120,7 @@ layout: home {% for technology in site.technologies %}