aboutsummaryrefslogtreecommitdiff
path: root/layouts/video.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/video.html')
-rw-r--r--layouts/video.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/video.html b/layouts/video.html
new file mode 100644
index 0000000..eba4d66
--- /dev/null
+++ b/layouts/video.html
@@ -0,0 +1,5 @@
+<video class="video-shortcode" preload="{{ .Get "preload" }}" controls>
+ <source src="{{ .Get "src" }}" type="{{ .Get "type" }}">
+ There should have been a video here but your browser does not seem
+ to support it.
+</video>