summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2020-12-08 22:32:55 -0500
committerSacha Chua <sacha@sachachua.com>2020-12-08 22:32:55 -0500
commita99745f2d1bb3c3bfd5534c1598e52d40da72706 (patch)
tree16b3b7a2f39cda7ef062e37cc7212a4a3350c861 /templates
parent5b4ab174a5d8f0134c603328995ed030f7276aa2 (diff)
downloademacsconf-wiki-a99745f2d1bb3c3bfd5534c1598e52d40da72706.tar.xz
emacsconf-wiki-a99745f2d1bb3c3bfd5534c1598e52d40da72706.zip
Test subtitles
Diffstat (limited to 'templates')
-rw-r--r--templates/vid.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/vid.md b/templates/vid.md
index a0d0e3a9..023731f8 100644
--- a/templates/vid.md
+++ b/templates/vid.md
@@ -3,5 +3,8 @@
<source src="<TMPL_VAR src>" type="<TMPL_VAR type>" />
<p><em>Your browser does not support the video tag,
please download the video instead.</em></p>
+ <TMPL_IF subtitles>
+ <track label="English" kind="subtitles" srclang="en" src="<TMPL_VAR subtitles>" default>
+ </TMPL_IF>
</video>
</div>