mirror of
https://github.com/getzola/zola
synced 2025-01-22 00:25:03 +00:00
a56e4248e1
Bazooka way of fixing #1832
3 lines
272 B
HTML
3 lines
272 B
HTML
<div {% if class %}class="{{class}}"{% endif %}>
|
|
<iframe src="https://www.youtube-nocookie.com/embed/{{id}}{% if playlist %}?list={{playlist}}{% endif %}{% if autoplay %}?autoplay=1{% endif %}" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
|
</div>
|