Skip to content

Commit 2eedfd7

Browse files
committed
Update index.html
1 parent fbc69eb commit 2eedfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talks/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1> Recent Talks </h1>
2424
<p class="note"> <strong> Date: </strong> {{ talk.date }} </p>
2525
<p class="note"> <strong> Hosted by: </strong> {{ talk.host }} </p>
2626
<p class="note"> <strong> Abstract: </strong> {{ talk.abstract }} </p>
27-
<iframe width="560" height="315" src="https://www.youtube.com/embed/fH17HvGDi0s" frameborder="0" allowfullscreen></iframe>
27+
<iframe width="560" height="315" src="{{ talk.link }}" frameborder="0" allowfullscreen></iframe>
2828

2929

3030
</div>

0 commit comments

Comments
 (0)