From f1da27478799ad132cea6e73f190eb9cf51f37b4 Mon Sep 17 00:00:00 2001 From: Sacha Chua <sacha@sachachua.com> Date: Tue, 8 Dec 2020 23:10:28 -0500 Subject: Wrap with if --- templates/vid.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/vid.md b/templates/vid.md index 66ec1323..c7bb4684 100644 --- a/templates/vid.md +++ b/templates/vid.md @@ -1,7 +1,9 @@ <div class="vid"> <video controls preload="metadata"> <source src="<TMPL_VAR src>" type="<TMPL_VAR type>" /> +<TMPL_IF subtitles> <track label="English" kind="subtitles" srclang="en" src="<TMPL_VAR subtitles>" default /> +</TMPL_IF> <p><em>Your browser does not support the video tag, please download the video instead.</em></p> </video> </div> -- cgit v1.2.3