Skip to content

Commit ff596c1

Browse files
committed
Fixing tours display in schedule
1 parent 6820cc3 commit ff596c1

2 files changed

Lines changed: 23 additions & 22 deletions

File tree

_data/conf.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,8 @@ reception:
373373

374374
tours:
375375
show: true
376-
date: '2025-03-12'
376+
date: 2025-03-12
377+
time: '3PM to 5PM'
377378
tours:
378379
- name: 'Lewis Library (3pm)'
379380
date: '03/12/2025 3pm'

schedule/index.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,6 @@ <h2>{{site.data.conf.days[1].weekday}}, {{site.data.conf.days[1].date}}</h2>
1111
</div>
1212
</div>
1313

14-
{% if site.data.conf.tours.show %}
15-
<div class="row">
16-
<div class="col-12 col-md-3 text-right">
17-
<h3>{{ site.data.conf.tours.time }}
18-
<br/><div class="timezone">{{ site.data.conf.timezone }} Time</div>
19-
</h3>
20-
</div>
21-
<div class="col-12 col-md-9 sched-well">
22-
<h4>Tours</h4>
23-
<p>
24-
See the <a href="/general-info/social/#tours">Social Activities</a> page for more details.
25-
</p>
26-
{% if site.data.conf.tours.sign-up-url %}
27-
<p>
28-
<a class="btn ct-btn-light" href="{{ site.data.conf.tours.sign-up-url }}">{{ site.data.conf.tours.sign-up-button-text }}</a>
29-
</p>
30-
{% endif %}
31-
</div>
32-
</div>
33-
{% endif %}
34-
3514
<div class="row">
3615
<div class="col-12 col-md-3 text-right">
3716
<h3>{{ site.data.conf.days[1].time }}
@@ -187,6 +166,27 @@ <h4><a href="/schedule/day-3">General Conference, Day Three</a></h4>
187166
</div>
188167
</div>
189168

169+
{% if site.data.conf.tours.show %}
170+
<div class="row">
171+
<div class="col-12 col-md-3 text-right">
172+
<h3>{{ site.data.conf.tours.time }}
173+
<br/><div class="timezone">{{ site.data.conf.timezone }} Time</div>
174+
</h3>
175+
</div>
176+
<div class="col-12 col-md-9 sched-well">
177+
<h4>Tours</h4>
178+
<p>
179+
See the <a href="/general-info/social/#tours">Social Activities</a> page for more details.
180+
</p>
181+
{% if site.data.conf.tours.sign-up-url %}
182+
<p>
183+
<a class="btn ct-btn-light" href="{{ site.data.conf.tours.sign-up-url }}">{{ site.data.conf.tours.sign-up-button-text }}</a>
184+
</p>
185+
{% endif %}
186+
</div>
187+
</div>
188+
{% endif %}
189+
190190
{% if site.data.conf.simulation.show %}
191191
<div class="row">
192192
<div class="col-12 col-md-3 text-right">

0 commit comments

Comments
 (0)