From 4f55adcbb079d0d18bccb6217fbded6c16a00e5d Mon Sep 17 00:00:00 2001 From: qinyuanpei Date: Thu, 3 Feb 2022 17:43:28 +0800 Subject: [PATCH] feat-add-meting.js-support --- layouts/shortcodes/meting.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 layouts/shortcodes/meting.html diff --git a/layouts/shortcodes/meting.html b/layouts/shortcodes/meting.html new file mode 100644 index 0000000..f2bc655 --- /dev/null +++ b/layouts/shortcodes/meting.html @@ -0,0 +1,23 @@ +{{ $server := (.Get "server") }} +{{ $type := (.Get "type") }} +{{ $id := (.Get "id") }} +{{ $autoplay := or (.Get "autoplay") false }} +{{ $theme := or (.Get "theme") "#2980b9" }} +{{ $fixed := or (.Get "fixed") false }} +{{ $mini := or (.Get "mini") false }} +{{ $loop := or (.Get "loop") false }} + + + + + +