File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ keynote-proposals:
241241workshop-proposals :
242242 show : true
243243 submission-form : ' https://docs.google.com/forms/d/e/1FAIpQLSf2utynFu4uNcTyhAL4JxoBt18zjS1DBcAVZ7PUgfR4VXenbg/viewform'
244- end-date : ' 2025-11-18 '
244+ end-date : ' 2025-11-21 '
245245
246246talk-proposals :
247247 show : false
@@ -259,7 +259,7 @@ poster-proposals:
259259 end-date : ' '
260260
261261shirt-proposals :
262- show : true
262+ show : false
263263 submission-form : ' https://forms.gle/5pUUsE8PheyD6W478'
264264 end-date : ' 2025-11-17'
265265
@@ -415,7 +415,6 @@ volunteer-call:
415415volunteer-committee :
416416 show : true
417417 url : ' https://wiki.code4lib.org/Code4Lib_2026_Conference_Committees'
418- end-date : ' 2025-12-31'
419418
420419volunteer-dutyoff :
421420 show : false
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ <h3>Code4Lib {{site.data.conf.year}} Main Conference is Sold Out!</h3>
2626 < div class ="col-12 col-sm-6 col-md-5 ">
2727 {% if include.end-date.size %}
2828 Now through {{ include.end-date | date: '%B %-d'}}{% include date_ordinals.html date=include.end-date %}
29- {% else if include.start-date.size %}
29+ {% elsif include.start-date.size %}
3030 Starting on {{ include.start-date | date: '%B %-d'}}{% include date_ordinals.html date=include.start-date %}
3131 {% endif %}
3232 </ div >
You can’t perform that action at this time.
0 commit comments