mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-04-20 15:27:10 +02:00
9 lines
287 B
HTML
9 lines
287 B
HTML
<div {% if class %}class="{{class}}"{% endif %}>
|
|
<iframe
|
|
class="responsive-iframe"
|
|
src="https://www.youtube.com/embed/{{id}}{% if autoplay %}?autoplay=1{% endif %}"
|
|
webkitallowfullscreen
|
|
mozallowfullscreen
|
|
allowfullscreen>
|
|
</iframe>
|
|
</div> |