diff --git a/_layouts/coop.html b/_layouts/coop.html index 9f92862..c8f3827 100644 --- a/_layouts/coop.html +++ b/_layouts/coop.html @@ -87,7 +87,7 @@ {% assign s = site.services | where: "slug", service | first %}
-
+
{{ s.name }}
@@ -107,7 +107,7 @@ {% assign t = site.technologies | where: "slug", technology | first %}
-
+
{{ t.name }}
@@ -126,7 +126,7 @@ {% for client in page.clients %} {% assign c = site.clients | where: "slug", client | first %}
-
+
{{ c.title }}
{% endfor %} diff --git a/_layouts/service.html b/_layouts/service.html index d095e15..76832f9 100644 --- a/_layouts/service.html +++ b/_layouts/service.html @@ -15,7 +15,7 @@
- +

Coops that offer {{ page.name }}

{% if page.description %}

{{ page.description }}

@@ -43,7 +43,7 @@ {% if coop.services contains page.slug %} {% endif %}