summaryrefslogtreecommitdiff
path: root/themes/lugo/layouts/shortcodes/hidvid.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/lugo/layouts/shortcodes/hidvid.html')
-rw-r--r--themes/lugo/layouts/shortcodes/hidvid.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/themes/lugo/layouts/shortcodes/hidvid.html b/themes/lugo/layouts/shortcodes/hidvid.html
deleted file mode 100644
index 14f592d..0000000
--- a/themes/lugo/layouts/shortcodes/hidvid.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<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>