summaryrefslogtreecommitdiff
path: root/themes/lugo/layouts/shortcodes/hidvid.html
diff options
context:
space:
mode:
author0xhenrique <[email protected]>2025-02-19 21:28:48 +0000
committer0xhenrique <[email protected]>2025-02-19 21:28:48 +0000
commitb13a5ee4004b3adc702374ed8ce0954df3cc35cc (patch)
tree086f07e0442824f3b19a4e4c24d92c627c0e6520 /themes/lugo/layouts/shortcodes/hidvid.html
parenta5d40f156d8e20f3bdd6d8b9760eeea0094d89af (diff)
remove markdown in favour of org files
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>