summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2020-12-08 22:56:52 -0500
committerSacha Chua <sacha@sachachua.com>2020-12-08 22:56:52 -0500
commitb575cc298101325a1e75cda2acd56b411e4d1892 (patch)
tree5e8fa9a171056cbb31beb706c8eb6c27a50ee85f /templates
parent4a7e974e17fca9c3ceaa7afef603da5ce4c852a5 (diff)
downloademacsconf-wiki-b575cc298101325a1e75cda2acd56b411e4d1892.tar.xz
emacsconf-wiki-b575cc298101325a1e75cda2acd56b411e4d1892.zip
Test template comment
Diffstat (limited to 'templates')
-rw-r--r--templates/vid.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/vid.md b/templates/vid.md
index 68f9a3c7..c2ddd30b 100644
--- a/templates/vid.md
+++ b/templates/vid.md
@@ -1,7 +1,8 @@
<div class="vid">
<video controls preload="metadata">
<source src="<TMPL_VAR src>" type="<TMPL_VAR type>" />
- <track label="English" kind="subtitles" srclang="en" src="<TMPL_VAR subtitles>" default>
+ <!--<TMPL_VAR subtitles>-->
+ <!--<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>