From 78c74cec2c03e41a0c2d4f1ec174ae7d2e2790db Mon Sep 17 00:00:00 2001 From: David Lick Date: Mon, 13 May 2024 15:42:13 -0400 Subject: [PATCH] add video shortcode support --- layouts/shortcodes/video.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 layouts/shortcodes/video.html diff --git a/layouts/shortcodes/video.html b/layouts/shortcodes/video.html new file mode 100644 index 0000000..b699729 --- /dev/null +++ b/layouts/shortcodes/video.html @@ -0,0 +1,19 @@ +
+
+
+ + + + \ No newline at end of file