mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 09:35:35 -07:00
7 lines
308 B
HTML
7 lines
308 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 }}">YouTube video</a></iframe>
|
|
{% if include.description %}
|
|
<div class="imagecaption">{{ include.description }}</div>
|
|
{% endif %}
|
|
</div>
|