Skip to content

Commit 7e6f449

Browse files
committed
Add async talk video link
1 parent 4e1946b commit 7e6f449

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/events.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
featured = true
226226

227227
[[event]]
228-
dataTime = "Nov 20th 2023"
228+
dataTime = "Nov 20th 2023 | 9-10 AM EST"
229229
title = "The Only Constant is Change"
230230
subtitle = "Bespoke Changepoint Modelling in PyMC"
231231
place = "Online"
@@ -239,7 +239,7 @@
239239
video1Name = "Interview video"
240240
video1SocialLink = "https://www.youtube.com/watch?v=ySF3X45XRyQ"
241241
video2Name = "Async Talk"
242-
video2SocialLink = ""
242+
video2SocialLink = "https://www.youtube.com/watch?v=iwNju1o5yQo"
243243
video3Name = "Live Q&A"
244244
video3SocialLink = ""
245245
eventOrder = 11

layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ <h3>{{ $event.title | markdownify | emojify }}</h3>
110110
{{ end }}
111111

112112
{{ with $event.video1SocialLink }}
113-
<a href="{{ $event.video1SocialLink }}" target="_blank" class="btn event__btn"> Interview Video </a>
113+
<a href="{{ $event.video1SocialLink }}" target="_blank" class="btn event__btn"> {{ $event.video1Name }} </a>
114114
{{ end }}
115115

116116
{{ with $event.video2SocialLink }}
117-
<a href="{{ $event.video2SocialLink }}" target="_blank" class="btn event__btn"> Event Video </a>
117+
<a href="{{ $event.video2SocialLink }}" target="_blank" class="btn event__btn"> {{ $event.video2Name }} </a>
118118
{{ end }}
119119

120120
{{ with $event.readMoreURL }}

0 commit comments

Comments
 (0)