From 396589820a876d4f396c65b281075caf862e1092 Mon Sep 17 00:00:00 2001 From: Chris Lowis Date: Sat, 10 Nov 2018 21:23:50 +0000 Subject: [PATCH] Fix members grid on homepage We needed to add a "column" div for each thumbnail. --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index bec2053..3dc19f7 100644 --- a/index.html +++ b/index.html @@ -52,13 +52,13 @@ layout: home
+ {% for coop in site.coops %}
- {% for coop in site.coops %} - +
- {% endfor %}
+ {% endfor %}