mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 01:25:35 -07:00
9 lines
339 B
HTML
9 lines
339 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" markdown="block">
|
|
{{ include.description }}
|
|
</div>
|
|
{% endif %}
|
|
</div>
|