From b415d9dcd5066965c0c10e98c3ed8aefffa3e484 Mon Sep 17 00:00:00 2001 From: Chris Croome Date: Thu, 6 Jun 2019 12:29:20 +0100 Subject: [PATCH] remove image extensions to enable SVG's to be served #54 --- _layouts/coop.html | 6 +++--- _layouts/service.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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 %}