diff options
author | Sacha Chua <sacha@sachachua.com> | 2020-12-08 23:22:16 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2020-12-08 23:22:16 -0500 |
commit | 0ba1e19c0a09cd95c8439d652f35353a06f4c421 (patch) | |
tree | 42a002b2a2a005322fc165c0ca656728f2cf50c2 | |
parent | 379014eba88b5868487cb33fcc4f48fffa981caf (diff) | |
download | emacsconf-wiki-0ba1e19c0a09cd95c8439d652f35353a06f4c421.tar.xz emacsconf-wiki-0ba1e19c0a09cd95c8439d652f35353a06f4c421.zip |
Add subtitles link
-rw-r--r-- | templates/vid.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/vid.md b/templates/vid.md index c7bb4684..a1d4893b 100644 --- a/templates/vid.md +++ b/templates/vid.md @@ -7,4 +7,7 @@ <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> +<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> |