File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ anonymous-form: 'https://css4csv.clir.org/anonymous-incident-report-form/'
145145# - post: for after the conference is over
146146#
147147# ###################
148- homepage-display : pre
148+ homepage-display : peri
149149
150150livestream :
151151 show : false
@@ -175,7 +175,7 @@ peri:
175175 title : ' Conference, Day 1'
176176 desc : ' Opening Keynote & Talks'
177177 link : ' /schedule/day-1'
178- menu : ' day1-menus.html'
178+ # menu: 'day1-menus.html'
179179 pm :
180180 title : ' Newcomer Dinner'
181181 desc : ' Dine-Around'
@@ -185,22 +185,17 @@ peri:
185185 title : ' Conference, Day 2'
186186 desc : ' Awesome Talks'
187187 link : ' /schedule/day-2'
188- menu : ' day2-menus.html'
188+ # menu: 'day2-menus.html'
189189 pm :
190- title : ' Reception'
191- desc : ' Frick Taylor Commons'
192- link : ' /general-info/venues/#reception'
193- menu : ' day2-menus.html#Reception'
190+ title : ' Game Night'
191+ desc : ' Board or Card Games'
192+ link : ' /general-info/social/#game-night'
194193 day3 :
195194 am :
196195 title : ' Conference, Day 3'
197196 desc : ' Closing Keynote & Talks'
198197 link : ' /schedule/day-3'
199- menu : ' day3-menus.html'
200- pm :
201- title : ' Game Night'
202- desc : ' Board or Card Games'
203- link : ' /general-info/social/#game-night'
198+ # menu: 'day3-menus.html'
204199 day4 :
205200 am :
206201 title : ' Workshops'
Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ <h2 class="text-center">{{site.data.conf.days[2].date | date: "%b %d"}}</h2>
2424 < div class ="col-md-3 event-day " data-date ="{{ site.data.conf.days[3].date-data }} ">
2525 < h2 class ="text-center "> {{site.data.conf.days[3].date | date: "%b %d"}}</ h2 >
2626 {% include homepage/event_card.html icon='am' link=site.data.conf.peri.day3.am.link title=site.data.conf.peri.day3.am.title description=site.data.conf.peri.day3.am.desc menu=site.data.conf.peri.day3.am.menu %}
27- {% include homepage/event_card.html icon='pm' link=site.data.conf.peri.day3.pm.link title=site.data.conf.peri.day3.pm.title description=site.data.conf.peri.day3.pm.desc menu=site.data.conf.peri.day3.pm.menu %}
27+ {% if site.data.conf.peri.day3.pm %}
28+ {% include homepage/event_card.html icon='pm' link=site.data.conf.peri.day3.pm.link title=site.data.conf.peri.day3.pm.title description=site.data.conf.peri.day3.pm.desc menu=site.data.conf.peri.day3.pm.menu %}
29+ {% endif %}
2830 </ div >
2931 < div class ="col-md-3 event-day " data-date ="{{ site.data.conf.days[4].date-data }} ">
3032 < h2 class ="text-center "> {{site.data.conf.days[4].date | date: "%b %d"}}</ h2 >
You can’t perform that action at this time.
0 commit comments