From 8b05a58eba7e42b06a695e589b5bb500659b6a05 Mon Sep 17 00:00:00 2001 From: Finn Bacall Date: Fri, 21 May 2021 11:53:12 +0100 Subject: [PATCH] Moved logo grid into main content wrap --- _layouts/landing.html | 5 +++++ index.md | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/_layouts/landing.html b/_layouts/landing.html index 3f050d0..fcabfde 100644 --- a/_layouts/landing.html +++ b/_layouts/landing.html @@ -13,4 +13,9 @@ {% include latest_news.html %} +
+ {% for partner in page.partners %} + + {% endfor %} +
diff --git a/index.md b/index.md index cc8c5f4..a1cb240 100644 --- a/index.md +++ b/index.md @@ -109,12 +109,6 @@ Learn more about [the project](project_overview.md). We gratefully acknowledge funding from [funders]( {{ site.funders }}), under grant number 'abc'.
[Key stakeholders]( {{ site.stakeholders }} ) -
-
- {% for partner in page.partners %} - - {% endfor %} -