jancovici-updates/themes/lugo/layouts/shortcodes/vid.html

7 lines
204 B
HTML
Raw Normal View History

2023-02-19 10:56:01 +00:00
<iframe src="{{ index .Params 0 }}"
loading="lazy"
sandbox="allow-same-origin allow-scripts allow-popups"
allowfullscreen frameborder="0"
title="Embedded Video">
</iframe>