From 61143a9c371be72c5cfed2320d1999acf5ed3998 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Wed, 17 Jun 2020 14:11:04 +0530 Subject: [PATCH] Added video shortcodes Could be improved later --- layouts/shortcodes/apvid.html | 5 +++++ layouts/shortcodes/avid.html | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 layouts/shortcodes/apvid.html create mode 100644 layouts/shortcodes/avid.html diff --git a/layouts/shortcodes/apvid.html b/layouts/shortcodes/apvid.html new file mode 100644 index 0000000..fefd149 --- /dev/null +++ b/layouts/shortcodes/apvid.html @@ -0,0 +1,5 @@ +

+ +

\ No newline at end of file diff --git a/layouts/shortcodes/avid.html b/layouts/shortcodes/avid.html new file mode 100644 index 0000000..9c596b5 --- /dev/null +++ b/layouts/shortcodes/avid.html @@ -0,0 +1,4 @@ + + \ No newline at end of file