diff options
author | Sacha Chua <sacha@sachachua.com> | 2020-12-09 15:37:18 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2020-12-09 15:37:18 -0500 |
commit | b7df67de75abb0324572d035e88d97ea55f42434 (patch) | |
tree | e74aefa408964341039598bc21e075fd09c391d0 /templates | |
parent | b9d7a7d2f076b8ae01ca626cc7c3f933b7adc6b4 (diff) | |
download | emacsconf-wiki-b7df67de75abb0324572d035e88d97ea55f42434.tar.xz emacsconf-wiki-b7df67de75abb0324572d035e88d97ea55f42434.zip |
Fix template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/vid.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vid.md b/templates/vid.md index 7311e1f8..803e0fb6 100644 --- a/templates/vid.md +++ b/templates/vid.md @@ -8,4 +8,4 @@ </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> -<TMPL_IF subtitles><a href="<TMPL_VAR subtitles>">Download subtitles</a></TMPL_IF>
\ No newline at end of file +<TMPL_IF subtitles><a href="<TMPL_VAR subtitles>">Download subtitles</a> </TMPL_IF>
\ No newline at end of file |