File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -229,13 +229,14 @@ peri:
229
229
# If false, hides sponsors link in navigation and footer
230
230
show-sponsors : false
231
231
# Toggles whether prospectus button displays on homepage and sponsor pages
232
- sponsor-buttons : true
232
+ sponsor-buttons : false
233
233
# if true, the nav/footer links go to /prospectus/ instead of /sponsors/
234
234
# for use early on when we are looking for, but do not have many, sponsors
235
235
sponsors-links-to-prospectus : true
236
236
# 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
239
240
240
241
# #########
241
242
# !!!NOTE!!! All 'end-date' vars should be in the following format: YYYY-MM-DD
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ <h2>Impact of Support</h2>
88
88
</ div >
89
89
</ section >
90
90
91
+ {% if site.data.conf.show-sponsorship-details %}
91
92
< section class ="prospectus-padder ">
92
93
< div class ="container ">
93
94
< div class ="row ">
@@ -338,6 +339,7 @@ <h3>Exhibitor Tables</h3>
338
339
339
340
</ div >
340
341
</ section >
342
+ {% endif %}
341
343
342
344
{% if site.data.conf.sponsor-contact-email != nil %}
343
345
<!-- this floats in a tab along the side of the page -->
You can’t perform that action at this time.
0 commit comments