From a4e1fa79bc81811b631723b05a09bf8820240988 Mon Sep 17 00:00:00 2001 From: Chris Croome Date: Sun, 9 Dec 2018 20:56:17 +0000 Subject: [PATCH] .png extension removed for coops, clients, services and tech --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index c5b1b3e..133b745 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@ layout: home {% for coop in site.coops %}
-
+
{% endfor %} @@ -106,7 +106,7 @@ layout: home {% assign clients = site.clients | sample:6 %} {% for client in clients %}
-
+
{% endfor %} @@ -125,7 +125,7 @@ layout: home {% for service in site.services %}
-
+
{{ service.name }}
@@ -145,7 +145,7 @@ layout: home {% for technology in site.technologies %}
-
+
{{ technology.name }}