We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc69eb commit 2eedfd7Copy full SHA for 2eedfd7
talks/index.html
@@ -24,7 +24,7 @@ <h1> Recent Talks </h1>
24
<p class="note"> <strong> Date: </strong> {{ talk.date }} </p>
25
<p class="note"> <strong> Hosted by: </strong> {{ talk.host }} </p>
26
<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>
+ <iframe width="560" height="315" src="{{ talk.link }}" frameborder="0" allowfullscreen></iframe>
28
29
30
</div>
0 commit comments