Fix HTML validation

pull/199/head
Anish Athalye 2022-12-02 11:59:21 -05:00
parent af7fe83a14
commit 0fe2b6c535
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ layout: default
{% if page.video.id %}
<div class="youtube-wrapper" style="padding-bottom: {{ page.video.aspect }}%;">
<iframe src="https://www.youtube.com/embed/{{ page.video.id }}" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/{{ page.video.id }}" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
{% elsif page.video %}
<p class="center gap accent"><strong>Lecture video coming soon!</strong></p>

View File

@ -208,6 +208,7 @@ hr {
left: 0;
width: 100%;
height: 100%;
border: 0;
}
/* Elements */