mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 09:05:35 -07:00
11 lines
402 B
HTML
11 lines
402 B
HTML
<figure class="youtube">
|
|
<div class="youtube">
|
|
<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>
|
|
</div>
|
|
{%- if include.description -%}
|
|
<figcaption class="image-caption">
|
|
{{- include.description | markdownify -}}
|
|
</figcaption>
|
|
{%- endif -%}
|
|
</figure>
|