summaryrefslogtreecommitdiff
path: root/blag/layouts/shortcodes/video.html
diff options
context:
space:
mode:
Diffstat (limited to 'blag/layouts/shortcodes/video.html')
-rw-r--r--blag/layouts/shortcodes/video.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/blag/layouts/shortcodes/video.html b/blag/layouts/shortcodes/video.html
deleted file mode 100644
index f664012..0000000
--- a/blag/layouts/shortcodes/video.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<div class="embed-video">
- <video width="{{ index .Params 2}}" height="{{ index .Params 3}}">
- <source src="{{ index .Params 0}}" type="{{ index .Params 1}}">
- Your browser does not support the video tag.
- </video>
-</div>