mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-12-24 22:43:58 +00:00
remove theme path
This commit is contained in:
10
themes/lugo/layouts/shortcodes/hidvid.html
Normal file
10
themes/lugo/layouts/shortcodes/hidvid.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<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"
|
||||
class="embvid"
|
||||
title="Embedded Video">
|
||||
</iframe>
|
||||
</details>
|
||||
Reference in New Issue
Block a user