Skip to content

Commit 1229607

Browse files
committed
Disabling sponsor details until ready
1 parent 1ac9dbe commit 1229607

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

_data/conf.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -229,13 +229,14 @@ peri:
229229
# If false, hides sponsors link in navigation and footer
230230
show-sponsors: false
231231
# Toggles whether prospectus button displays on homepage and sponsor pages
232-
sponsor-buttons: true
232+
sponsor-buttons: false
233233
# if true, the nav/footer links go to /prospectus/ instead of /sponsors/
234234
# for use early on when we are looking for, but do not have many, sponsors
235235
sponsors-links-to-prospectus: true
236236
# URL to document
237-
prospectus-document: 'https://drive.google.com/file/d/1XY0RPNv_25SykOnvcTB3yipilUTWKb-E/view?usp=sharing'
238-
sponsor-btn-link: 'https://www.concentra-cms.com/c4l24sponsorreg.html'
237+
prospectus-document:
238+
sponsor-btn-link:
239+
show-sponsorship-details: false
239240

240241
##########
241242
# !!!NOTE!!! All 'end-date' vars should be in the following format: YYYY-MM-DD

prospectus/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ <h2>Impact of Support</h2>
8888
</div>
8989
</section>
9090

91+
{% if site.data.conf.show-sponsorship-details %}
9192
<section class="prospectus-padder">
9293
<div class="container">
9394
<div class="row">
@@ -338,6 +339,7 @@ <h3>Exhibitor Tables</h3>
338339

339340
</div>
340341
</section>
342+
{% endif %}
341343

342344
{% if site.data.conf.sponsor-contact-email != nil %}
343345
<!-- this floats in a tab along the side of the page -->

0 commit comments

Comments
 (0)