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,6 +52,7 @@
{% endfor %} {% endfor %}
</ul> </ul>
{% endif %} {% endif %}
{% endif %}
<iframe <iframe
src="https://www.youtube-nocookie.com/embed/{{ video_id }}" src="https://www.youtube-nocookie.com/embed/{{ video_id }}"
@ -59,7 +60,5 @@
frameborder="0" frameborder="0"
allowfullscreen> allowfullscreen>
</iframe> </iframe>
{% endif %}
</main> </main>
{% endblock %} {% endblock %}