From 74e7041f2a4fa502c85684c52e1be034e676d503 Mon Sep 17 00:00:00 2001 From: "David G. Simmons" Date: Sun, 4 Apr 2021 10:45:16 -0400 Subject: [PATCH] add video shortcode --- 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..c3d4b70 --- /dev/null +++ b/layouts/shortcodes/video.html @@ -0,0 +1,19 @@ +
+
+
+ + + + \ No newline at end of file