mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 01:25:35 -07:00
7 lines
316 B
HTML
7 lines
316 B
HTML
<div class="image">
|
|
<iframe class="youtube" src="https://www.youtube-nocookie.com/embed/{{ include.video }}"><a href="https://www.youtube.com/watch?v={{ include.video }}">[Watch YouTube video]</a></iframe>
|
|
{% if include.description %}
|
|
<div class="imagecaption">{{ include.description }}</div>
|
|
{% endif %}
|
|
</div>
|