Skip to content

Commit 97a8690

Browse files
committed
feat: morning run on Wednesday
1 parent 3a2082e commit 97a8690

File tree

3 files changed

+31
-29
lines changed

3 files changed

+31
-29
lines changed

_data/conf.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,11 @@ newcomer-dinner:
318318
link: '/general-info/social/#newcomer-dinner'
319319

320320
morning-run:
321-
show: false
322-
location: 'Start at the <a href="https://maps.app.goo.gl/dSjMwdQFE7vwLVAB6">Alexander Rd. Parking area</a>.'
323-
description: "Jog4lib! Walk, jog or run on the scenic Delaware and Raritan Canal towpath. Out and back flat course. All paces. Go half as far as you want to, then turn around."
321+
show: true
322+
location: 'Meet in the lobby.'
323+
description: "Jog4lib! Walk, jog, or run around historic Philadelphia."
324324
contact: '@gluejar'
325-
date: '2025-03-11'
325+
date: '2026-03-04'
326326
time: '7:00AM'
327327

328328
reception:
@@ -471,7 +471,7 @@ quiet-room:
471471
show: true
472472
# Room number(s)
473473
location: 'Cook conference room'
474-
notes:
474+
notes:
475475

476476
public-transportation:
477477
show: false

general-info/social/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
- name: Newcomer Dinner
1414
include: newcomer-dinner.html
1515
url: '#newcomer-dinner'
16-
- name: Morning Run
17-
include: morning-run.html
18-
url: '#morning-run'
1916
- name: Game Night
2017
include: game-night.html
2118
url: '#game-night'
19+
- name: Morning Run
20+
include: morning-run.html
21+
url: '#morning-run'
2222
#- name: Virtual Game Night
2323
# include: virtual-game-night.html
2424
# url: '#virtual-game-night'

schedule/index.html

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -80,27 +80,6 @@ <h2>{{site.data.conf.days[2].weekday}}, {{site.data.conf.days[2].date}}</h2>
8080
</div>
8181
</div>
8282

83-
{% if site.data.conf.morning-run.show %}
84-
<div class="row">
85-
<div class="col-12 col-md-3 text-right">
86-
<h3>{{ site.data.conf.morning-run.time }}
87-
<br/><div class="timezone">{{ site.data.conf.timezone }} Time</div>
88-
</h3>
89-
</div>
90-
<div class="col-12 col-md-9 sched-well">
91-
<h4>Morning Run</h4>
92-
<p>
93-
See the <a href="/general-info/social/#morning-run">Social Activities</a> page for more details.
94-
</p>
95-
{% if site.data.conf.morning-run.sign-up-url %}
96-
<p>
97-
<a class="btn ct-btn-light" href="{{ site.data.conf.tours.sign-up-url }}">{{ site.data.conf.morning-run.sign-up-button-text }}</a>
98-
</p>
99-
{% endif %}
100-
</div>
101-
</div>
102-
{% endif %}
103-
10483
<div class="row">
10584
<div class="col-12 col-md-3 text-right">
10685
<h3>{{ site.data.conf.days[2].time }}
@@ -171,6 +150,29 @@ <h2>{{site.data.conf.days[3].weekday}}, {{site.data.conf.days[3].date}}</h2>
171150
</div>
172151
</div>
173152

153+
{% if site.data.conf.morning-run.show %}
154+
<div class="row">
155+
<div class="col-12 col-md-3 text-right">
156+
<h3>{{ site.data.conf.morning-run.time }}
157+
<br />
158+
<div class="timezone">{{ site.data.conf.timezone }} Time</div>
159+
</h3>
160+
</div>
161+
<div class="col-12 col-md-9 sched-well">
162+
<h4>Morning Run</h4>
163+
<p>
164+
See the <a href="/general-info/social/#morning-run">Social Activities</a> page for more details.
165+
</p>
166+
{% if site.data.conf.morning-run.sign-up-url %}
167+
<p>
168+
<a class="btn ct-btn-light" href="{{ site.data.conf.tours.sign-up-url }}">{{
169+
site.data.conf.morning-run.sign-up-button-text }}</a>
170+
</p>
171+
{% endif %}
172+
</div>
173+
</div>
174+
{% endif %}
175+
174176
<div class="row">
175177
<div class="col-12 col-md-3 text-right">
176178
<h3>{{site.data.conf.days[3].time }}

0 commit comments

Comments
 (0)