aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorAnthony Wang2024-05-06 15:05:52 -0400
committerAnthony Wang2024-05-06 15:05:52 -0400
commit88d313e2cfada1fe20a7e9ef4d2a344b45f2bef4 (patch)
tree94a6ed409d3496cce9f3e75759a386f4fc913b50 /layouts
parent5383aab92173f8846fcf878c4b712eed4110bfb1 (diff)
Move squirrels boxing video from Nextcloud to this repo
Diffstat (limited to 'layouts')
-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..525d9f4
--- /dev/null
+++ b/layouts/shortcodes/video.html
@@ -0,0 +1,3 @@
+<video controls width="100%">
+ <source src={{ .Get 0 }}>
+</video>