initial
This commit is contained in:
6
layouts/shortcodes/vid.html
Normal file
6
layouts/shortcodes/vid.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<iframe src="{{ index .Params 0 }}"
|
||||
loading="lazy"
|
||||
sandbox="allow-same-origin allow-scripts allow-popups"
|
||||
allowfullscreen frameborder="0"
|
||||
title="Embedded Video">
|
||||
</iframe>
|
Reference in New Issue
Block a user