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