From 823cfa9c1fcd0c879a3c9a3203578136f0fb7a67 Mon Sep 17 00:00:00 2001 From: biancadajo Date: Sun, 25 Feb 2024 17:32:29 -0800 Subject: [PATCH] Updating --- _data/settings.yml | 2 +- _includes/contribute.html | 5 +++-- _layouts/{contact.html => contribute.html} | 0 contribute.md | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) rename _layouts/{contact.html => contribute.html} (100%) diff --git a/_data/settings.yml b/_data/settings.yml index a6a3e4b..2e9468e 100644 --- a/_data/settings.yml +++ b/_data/settings.yml @@ -2,7 +2,7 @@ menu: - {name: 'Home', url: '/index'} - {name: 'Scans', url: '/scans'} - {name: 'Conclusions', url: '/conclusions'} -- {name: 'Contribute', url: '/contact'} +- {name: 'Contribute', url: '/contribute'} # people: diff --git a/_includes/contribute.html b/_includes/contribute.html index d013a1d..13ef328 100644 --- a/_includes/contribute.html +++ b/_includes/contribute.html @@ -1,8 +1,9 @@

Contribute

- We want to emphasize that this Atlas was designed so that other institutions can contribute their scanning methods to the Atlas. -
+ We want to emphasize that this Atlas was designed so that other institutions can contribute their scanning methods to the Atlas. For questions or to have your scans added contact: +

+ {% for contact in site.data.settings.contacts %}
diff --git a/_layouts/contact.html b/_layouts/contribute.html similarity index 100% rename from _layouts/contact.html rename to _layouts/contribute.html diff --git a/contribute.md b/contribute.md index 46b20c1..6c3bd14 100644 --- a/contribute.md +++ b/contribute.md @@ -1,4 +1,4 @@ --- -layout: contact +layout: contribute title: "Contribute" ---