diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-11-22 20:25:41 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-11-22 20:25:41 -0500 |
commit | b3a8436aa06c72472dd5d7d48880829ac4856041 (patch) | |
tree | 3f9ea90b8c45aedadc4a444a1085d221b8098f02 | |
parent | efeb92d636234c3c1c665ed560b498464daf3606 (diff) | |
download | emacsconf-wiki-b3a8436aa06c72472dd5d7d48880829ac4856041.tar.xz emacsconf-wiki-b3a8436aa06c72472dd5d7d48880829ac4856041.zip |
Let's try using a template for the iframe
-rw-r--r-- | 2021/watch.md | 17 | ||||
-rw-r--r-- | templates/chat.md | 1 |
2 files changed, 10 insertions, 8 deletions
diff --git a/2021/watch.md b/2021/watch.md index 978ff2e0..56945317 100644 --- a/2021/watch.md +++ b/2021/watch.md @@ -1,20 +1,21 @@ # Main stream <video controls> -<source src="https://live0.emacsconf.org/main.webm" type="video/webm"> -<p><em>Your browser does not support the video tag. Please load <a href="https://live0.emacsconf.org/main.webm">https://live0.emacsconf.org/main.webm</a> in your streaming media player.</p> -</source> +<source src="https://live0.emacsconf.org/main.webm" type="video/webm" /> </video> +Alternatively, load <https://live0.emacsconf.org/main.webm> in a streaming media player. + # Alternative stream <video controls> -<source src="https://live0.emacsconf.org/alt.webm" type="video/webm"> -<p><em>Your browser does not support the video tag. Please load <a href="https://live0.emacsconf.org/alt.webm">https://live0.emacsconf.org/alt.webm</a> in your streaming media player.</p> -</source> +<source src="https://live0.emacsconf.org/alt.webm" type="video/webm" /> </video> +Alternatively, load <https://live0.emacsconf.org/main.webm> in a streaming media player. + # Chat -<iframe src="https://chat.emacsconf.org" width="100%" height="700"> -</iframe> +<https://chat.emacsconf.org> + +[[!chat]] diff --git a/templates/chat.md b/templates/chat.md new file mode 100644 index 00000000..93e77e68 --- /dev/null +++ b/templates/chat.md @@ -0,0 +1 @@ +<iframe src="https://chat.emacsconf.org" width="100%" height="700"></iframe> |