summaryrefslogtreecommitdiff
path: root/blag/layouts/shortcodes/video.html
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2017-02-10 13:32:20 -0700
committerkballou <kballou@devnulllabs.io>2017-02-10 13:32:20 -0700
commit2ee58e2c06ef02680ee7f9f12d34fbd98519b331 (patch)
treee21873c55c281645c044b0a1e685c1fcfa0d2db1 /blag/layouts/shortcodes/video.html
parent6534b7899c7fb88e25fb4edce4f724b15fe6cf21 (diff)
downloadkennyballou.com-2ee58e2c06ef02680ee7f9f12d34fbd98519b331.tar.gz
kennyballou.com-2ee58e2c06ef02680ee7f9f12d34fbd98519b331.tar.xz
Migrate blog content to new repository
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>