summaryrefslogtreecommitdiffstats
path: root/templates/vid.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2020-12-08 23:22:45 -0500
committerSacha Chua <sacha@sachachua.com>2020-12-08 23:22:45 -0500
commit86a2b178741ef215cecab97611c1f1bb289dc90b (patch)
treea159258070c582cab35e866e72a5c1aff1869404 /templates/vid.md
parent0ba1e19c0a09cd95c8439d652f35353a06f4c421 (diff)
downloademacsconf-wiki-86a2b178741ef215cecab97611c1f1bb289dc90b.tar.xz
emacsconf-wiki-86a2b178741ef215cecab97611c1f1bb289dc90b.zip
Add link to subtitles
Diffstat (limited to 'templates/vid.md')
-rw-r--r--templates/vid.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/vid.md b/templates/vid.md
index a1d4893b..d0b4cd80 100644
--- a/templates/vid.md
+++ b/templates/vid.md
@@ -7,7 +7,5 @@
<p><em>Your browser does not support the video tag, please download the video instead.</em></p>
</video>
</div>
-<a href="<TMPL_VAR src>"><TMPL_IF download><TMPL_VAR download><TMPL_ELSE>Download video</TMPL_IF><TMPL_IF duration>, <TMPL_VAR duration></TMPL_IF><TMPL_IF size>, <TMPL_VAR size></TMPL_IF></a><br />
-<TMPL_IF subtitles>
-<a href="<TMPL_VAR subtitles>">Download subtitles</a>
-</TMPL_IF>
+<a href="<TMPL_VAR src>"><TMPL_IF download><TMPL_VAR download><TMPL_ELSE>Download video</TMPL_IF><TMPL_IF duration>, <TMPL_VAR duration></TMPL_IF><TMPL_IF size>, <TMPL_VAR size></TMPL_IF></a>
+<TMPL_IF subtitles><a href="<TMPL_VAR subtitles>">Download subtitles</a></TMPL_IF>