From ef85039a687db83384bd9f21b0715df31b9a61f9 Mon Sep 17 00:00:00 2001 From: Alex Parsons Date: Wed, 4 Apr 2018 12:14:20 +0100 Subject: [PATCH] Fixes source images and removes sources from navigation. Addressing cross-browser problems in how source images are displayed. However, also removing the sources pages from navigation. Not especially useful in how we're currently using it. Not completely removed as might be worth revisiting if we start hosting data from other sources. --- _config.yml | 4 +--- sources.html | 10 ++++------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/_config.yml b/_config.yml index 04308bf1..91831228 100644 --- a/_config.yml +++ b/_config.yml @@ -19,9 +19,7 @@ schema: default navigation: - title: Datasets url: /datasets/ - - title: Sources - url: /sources/ - + # Collections collections: datasets: diff --git a/sources.html b/sources.html index a60a68c0..b957339b 100644 --- a/sources.html +++ b/sources.html @@ -10,15 +10,13 @@ {% for organization in site.organizations %} {% assign dataset_count = site.datasets | where:"organization", organization.title | size %}
-
- {% if organization.logo and organization.logo != empty %} + +
+

{% if organization.logo and organization.logo != empty %} {{ organization.title }} - {% endif %} -

-