Skip to content

Commit 2f807e2

Browse files
committed
add timezone var
1 parent 41c6b91 commit 2f807e2

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

Diff for: _data/conf.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
year: 2022
77
hashtag: 'c4l22'
88
location: 'Buffalo, New York'
9+
timezone: 'Eastern'
910
search: false
1011
online-only-conference: false
1112
# https://research.lib.buffalo.edu/2022code4lib/venues

Diff for: _includes/presentation_timeline.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h2 class="cd-timeline-content-title">
3737
{% capture endTime %}{{ eventTime | replace: beginTime, '' }}{% endcapture %}
3838
{{ beginTime | date: "%l:%M%p" | strip }} to {{ endTime | date: "%l:%M%p" | strip }}
3939
</h2>
40-
<div class="timezone">Eastern Time</div>
40+
<div class="timezone">{{ site.data.conf.timezone }} Time</div>
4141
</div>
4242
</div>
4343
{% if event.groupId %}

Diff for: _includes/workshops/card.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h2 class="h4"><a href="{{ workshop.url }}">{{ workshop.title }}</a></h2>
1919
<div class="col-12">
2020
<h3 class="h5">Time</h3>
2121
<h3 class="h5">{{ post.startTime }} to {{ post.endTime }}
22-
<br/><div class="timezone">Eastern Time</div>
22+
<br/><div class="timezone">{{ site.data.conf.timezone }} Time</div>
2323
</h3>
2424
</div>
2525
<!--

Diff for: _layouts/presentation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h2>Location</h2>
126126
<div class="col-12 col-sm-12 col-md-12 time-slot">
127127
<div class="talk-box-detail-icon"><span class="glyphicon glyphicon-time"></span></div>
128128
<div class="talk-box-detail-value">{{ page_length }}
129-
<br/><div class="timezone info-box">Eastern Time</div>
129+
<br/><div class="timezone info-box">{{ site.data.conf.timezone }} Time</div>
130130
</div>
131131
</div>
132132
{% elsif page.type == 'poster' %}

Diff for: schedule/index.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2>{{site.data.conf.days[0].weekday}}, {{site.data.conf.days[0].date}}</h2>
1414
<div class="row">
1515
<div class="col-12 col-md-3 text-right">
1616
<h3>9AM to 5PM
17-
<br/><div class="timezone">Eastern Time</div>
17+
<br/><div class="timezone">{{ site.data.conf.timezone }} Time</div>
1818
</h3>
1919
</div>
2020
<div class="col-12 col-md-9 sched-well">
@@ -33,7 +33,7 @@ <h3><a href="/workshops">Pre-Conference Workshops</a></h3>
3333
<div class="row">
3434
<div class="col-12 col-md-3 text-right">
3535
<h3>{{ site.data.conf.community-gathering.time }}
36-
<br/><div class="timezone">Eastern Time</div>
36+
<br/><div class="timezone">{{ site.data.conf.timezone }} Time</div>
3737
</h3>
3838
</div>
3939
<div class="col-12 col-md-9 sched-well">
@@ -85,7 +85,7 @@ <h2>{{site.data.conf.days[1].weekday}}, {{site.data.conf.days[1].date}}</h2>
8585
<div class="row">
8686
<div class="col-12 col-md-3 text-right">
8787
<h3>9AM to 5:15PM
88-
<br/><div class="timezone">Eastern Time</div>
88+
<br/><div class="timezone">{{ site.data.conf.timezone }} Time</div>
8989
</h3>
9090
</div>
9191
<div class="col-12 col-md-9 sched-well">
@@ -100,7 +100,7 @@ <h4><a href="/schedule/day-1">General Conference, Day One</a></h4>
100100
<div class="row">
101101
<div class="col-12 col-md-3 text-right">
102102
<h3>{{ site.data.conf.game-night.time }}
103-
<br/><div class="timezone">Eastern Time</div>
103+
<br/><div class="timezone">{{ site.data.conf.timezone }} Time</div>
104104
</h3>
105105
</div>
106106
<div class="col-12 col-md-9 sched-well">
@@ -147,7 +147,7 @@ <h2>{{site.data.conf.days[2].weekday}}, {{site.data.conf.days[2].date}}</h2>
147147
<div class="row">
148148
<div class="col-12 col-md-3 text-right">
149149
<h3>9AM to 5:15PM
150-
<br/><div class="timezone">Eastern Time</div>
150+
<br/><div class="timezone">{{ site.data.conf.timezone }} Time</div>
151151
</h3>
152152
</div>
153153
<div class="col-12 col-md-9 sched-well">
@@ -184,7 +184,7 @@ <h4>
184184
<div class="row">
185185
<div class="col-12 col-md-3 text-right">
186186
<h3>{{ site.data.conf.karaoke-night.time }}
187-
<br/><div class="timezone">Eastern Time</div>
187+
<br/><div class="timezone">{{ site.data.conf.timezone }} Time</div>
188188
</h3>
189189
</div>
190190
<div class="col-12 col-md-9 sched-well">
@@ -210,7 +210,7 @@ <h2>{{site.data.conf.days[3].weekday}}, {{site.data.conf.days[3].date}}</h2>
210210
<div class="row">
211211
<div class="col-12 col-md-3 text-right">
212212
<h3>9AM to 12:45PM
213-
<br/><div class="timezone">Eastern Time</div>
213+
<br/><div class="timezone">{{ site.data.conf.timezone }} Time</div>
214214
</h3>
215215
</div>
216216
<div class="col-12 col-md-9 sched-well">
@@ -225,7 +225,7 @@ <h4><a href="/schedule/day-3">General Conference, Day Three</a></h4>
225225
<div class="row">
226226
<div class="col-12 col-md-3 text-right">
227227
<h3>{{ site.data.conf.trivia-night.time }}
228-
<br/><div class="timezone">Eastern Time</div>
228+
<br/><div class="timezone">{{ site.data.conf.timezone }} Time</div>
229229
</h3>
230230
</div>
231231
<div class="col-12 col-md-9 sched-well">

0 commit comments

Comments
 (0)