diff options
author | Sacha Chua <sacha@sachachua.com> | 2020-12-08 22:53:56 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2020-12-08 22:53:56 -0500 |
commit | 6d73ec4e90ee7262192e11bcd57eb4d9ba131b22 (patch) | |
tree | 61dff21d18a1b244b58d43738fc3725d8c39eb0e /templates | |
parent | 787f3ea7aa5d2e13ddf643c4c7e26866467d22e5 (diff) | |
download | emacsconf-wiki-6d73ec4e90ee7262192e11bcd57eb4d9ba131b22.tar.xz emacsconf-wiki-6d73ec4e90ee7262192e11bcd57eb4d9ba131b22.zip |
Tweak template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/vid.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/vid.md b/templates/vid.md index 304e160f..4f968281 100644 --- a/templates/vid.md +++ b/templates/vid.md @@ -8,7 +8,4 @@ </TMPL_IF> </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> |