summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2020-12-08 22:55:33 -0500
committerSacha Chua <sacha@sachachua.com>2020-12-08 22:55:33 -0500
commit0472bd6032c79d4073ca1b4ef65b2049d8990d3e (patch)
tree29c26cf577cb4bc8cb8f130d5449ab8d34d7981d /templates
parent2bc3d2e875b8afb39e7024ec810151663a4a14bc (diff)
downloademacsconf-wiki-0472bd6032c79d4073ca1b4ef65b2049d8990d3e.tar.xz
emacsconf-wiki-0472bd6032c79d4073ca1b4ef65b2049d8990d3e.zip
Test template
Diffstat (limited to 'templates')
-rw-r--r--templates/vid.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/vid.md b/templates/vid.md
index 54ac2778..68f9a3c7 100644
--- a/templates/vid.md
+++ b/templates/vid.md
@@ -1,9 +1,7 @@
<div class="vid">
<video controls preload="metadata">
<source src="<TMPL_VAR src>" type="<TMPL_VAR type>" />
- <TMPL_IF subtitles>
- <track label="English" kind="subtitles" srclang="en" src="<TMPL_VAR subtitles>" default>
- </TMPL_IF>
+ <track label="English" kind="subtitles" srclang="en" src="<TMPL_VAR subtitles>" default>
<p><em>Your browser does not support the video tag,
please download the video instead.</em></p>
</video>