Move the YouTube iframe outside the speedrun block.
This commit is contained in:
parent
f4fce844ca
commit
796befb383
|
@ -52,14 +52,13 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<iframe
|
|
||||||
src="https://www.youtube-nocookie.com/embed/{{ video_id }}"
|
|
||||||
title="Embedded YouTube video player"
|
|
||||||
frameborder="0"
|
|
||||||
allowfullscreen>
|
|
||||||
</iframe>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<iframe
|
||||||
|
src="https://www.youtube-nocookie.com/embed/{{ video_id }}"
|
||||||
|
title="Embedded YouTube video player"
|
||||||
|
frameborder="0"
|
||||||
|
allowfullscreen>
|
||||||
|
</iframe>
|
||||||
</main>
|
</main>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue