diff options
author | martin@ashbysoft.com <martin@ashbysoft.com> | 2021-11-10 19:38:20 +0000 |
---|---|---|
committer | martin@ashbysoft.com <martin@ashbysoft.com> | 2021-11-10 19:38:20 +0000 |
commit | 9ca6c9fc02bcd644bbce29f73a9c4789c555c51b (patch) | |
tree | 77736223aefd62ac49f4c407d8e048ba0ac20fb1 /layouts/shortcodes | |
parent | dabd33961964ee2099fdcda3ece83724f663ec62 (diff) | |
download | mfashby.net-9ca6c9fc02bcd644bbce29f73a9c4789c555c51b.tar.gz mfashby.net-9ca6c9fc02bcd644bbce29f73a9c4789c555c51b.tar.bz2 mfashby.net-9ca6c9fc02bcd644bbce29f73a9c4789c555c51b.tar.xz mfashby.net-9ca6c9fc02bcd644bbce29f73a9c4789c555c51b.zip |
Added short video of longboarding
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r-- | layouts/shortcodes/video.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/shortcodes/video.html b/layouts/shortcodes/video.html new file mode 100644 index 0000000..eba4d66 --- /dev/null +++ b/layouts/shortcodes/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> |