From 814b3b5b528235c410aeca561c4b05844ca11a94 Mon Sep 17 00:00:00 2001 From: phette23 Date: Wed, 25 Oct 2023 11:23:27 -0700 Subject: [PATCH 1/2] add a conf toggle so sponsors->prospectus in nav --- _data/conf.yml | 5 ++++- _includes/footer.html | 8 +++++++- _includes/nav.html | 13 +++++++------ 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/_data/conf.yml b/_data/conf.yml index 2315ac2..b29ff8b 100644 --- a/_data/conf.yml +++ b/_data/conf.yml @@ -8,7 +8,7 @@ location: 'Ann Arbor, Michigan' timezone: 'Eastern' search: false online-only-conference: false -welcome-message: +welcome-message: catchline: @@ -189,6 +189,9 @@ peri: show-sponsors: true # Toggles whether prospectus button displays on homepage and sponsor pages sponsor-buttons: true +# if true, the nav/footer links go to /prospectus/ instead of /sponsors/ +# for use early on when we are looking for, but do not have many, sponsors +sponsors-links-to-prospectus: true # URL to document prospectus-document: 'https://drive.google.com/file/d/1XY0RPNv_25SykOnvcTB3yipilUTWKb-E/view?usp=sharing' sponsor-btn-link: 'https://www.concentra-cms.com/c4l24sponsorreg.html' diff --git a/_includes/footer.html b/_includes/footer.html index dd59f6d..87e268e 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -11