Skip to content

Commit ee2848a

Browse files
committed
fix: broken links to 2025 sponsor charts
1 parent e25365b commit ee2848a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_data/conf.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ prospectus-document:
251251
# TODO 2026 prospectus
252252
sponsor-btn-link: https://www.concentra-cms.com/c4l25sponsorreg.html
253253
show-sponsorship-details: true
254+
# displays assets/img/sponsors/chart-general.png and chart-dai.png
255+
# at bottom of prospectus, see 2025 for example
256+
show-sponsorship-charts: false
254257

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

prospectus/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ <h2>Sponsor Contact</h2>
357357
</div>
358358
{% endif %}
359359

360-
{% if site.data.conf.show-sponsorship-details %}
360+
{% if site.data.conf.show-sponsorship-charts %}
361361
<section class="prospectus-summary">
362362
<div class="container">
363363
<div class="row">

0 commit comments

Comments
 (0)