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 %} -

-