Skip to content

Commit

Permalink
Update Videos.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lipki committed Dec 5, 2017
1 parent dabdb91 commit 79e9523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Videos.html
Expand Up @@ -8,7 +8,6 @@ <h2>Videos</h2>
<div class="post-content">
{% for video in site.data.videos %}
<p style="text-align: center;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/hLXUbY7Cg8g" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
<iframe class="video" src="{{ video }}" frameborder="0"></iframe>
</p>
{% endfor %}
Expand Down

0 comments on commit 79e9523

Please sign in to comment.