Skip to content

Commit 3bf7d3b

Browse files
committed
feat: show call for conference volunteers
1 parent e78ede2 commit 3bf7d3b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

_data/conf.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,9 @@ volunteer-dutyoff:
421421

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

428428
################
429429
# Scholarships

_includes/homepage/pre_conference.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h3 class="expo">Volunteering</h3>
244244
title='Volunteer at Code4Lib'
245245
end-date=site.data.conf.volunteer-onsite.end-date
246246
url=site.data.conf.volunteer-onsite.url
247-
url-text='Volunteer for Onsite Conference'
247+
url-text='Volunteer Onsite at Code4Lib'
248248
%}
249249
{% endif %}
250250
{% if site.data.conf.volunteer-call.show %}

0 commit comments

Comments
 (0)