Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions _data/conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,14 +404,14 @@ game-night:
# only shows on the preconference home page template
# includes incentives text
volunteer-call:
show: true
show: false
needed_committees:
- Budget & Sponsorship
- Scholarship
- Workshops

volunteer-committee:
show: true
show: false
url: 'https://wiki.code4lib.org/Code4Lib_2026_Conference_Committees'

volunteer-dutyoff:
Expand All @@ -421,9 +421,9 @@ volunteer-dutyoff:

# for volunteers during conference like MCs, mic-minders, etc.
volunteer-onsite:
show: false
url: ''
end-date: ''
show: true
url: https://wiki.code4lib.org/Code4Lib_2026_Conference_Volunteers
end-date:

################
# Scholarships
Expand Down
2 changes: 1 addition & 1 deletion _includes/homepage/pre_conference.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ <h3 class="expo">Volunteering</h3>
title='Volunteer at Code4Lib'
end-date=site.data.conf.volunteer-onsite.end-date
url=site.data.conf.volunteer-onsite.url
url-text='Volunteer for Onsite Conference'
url-text='Volunteer Onsite at Code4Lib'
%}
{% endif %}
{% if site.data.conf.volunteer-call.show %}
Expand Down