1
Fork 0

Move the YouTube iframe outside the speedrun block.

This commit is contained in:
Bauke 2023-01-29 14:33:01 +01:00
parent f4fce844ca
commit 796befb383
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 6 additions and 7 deletions

View File

@ -52,14 +52,13 @@
{% endfor %}
</ul>
{% endif %}
<iframe
src="https://www.youtube-nocookie.com/embed/{{ video_id }}"
title="Embedded YouTube video player"
frameborder="0"
allowfullscreen>
</iframe>
{% endif %}
<iframe
src="https://www.youtube-nocookie.com/embed/{{ video_id }}"
title="Embedded YouTube video player"
frameborder="0"
allowfullscreen>
</iframe>
</main>
{% endblock %}