Move the YouTube iframe outside the speedrun block.
This commit is contained in:
parent
f4fce844ca
commit
796befb383
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue