aboutsummaryrefslogtreecommitdiff
path: root/layouts/shortcodes/video.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/video.html')
-rw-r--r--layouts/shortcodes/video.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/shortcodes/video.html b/layouts/shortcodes/video.html
new file mode 100644
index 0000000..46d7530
--- /dev/null
+++ b/layouts/shortcodes/video.html
@@ -0,0 +1,3 @@
+<video autoplay="autoplay" loop="loop" preload="auto">
+ <source src="{{ index .Params 0 }}" type="video/ogg">
+</video>