From 7104dbb60c6268f769c07df754744c58d140cc61 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Sat, 13 Feb 2021 09:55:34 +0100 Subject: [PATCH] fix(shortcode/tencent): switch to HTML5 The old one was showing video using Flash. --- layouts/shortcodes/tencent.html | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/layouts/shortcodes/tencent.html b/layouts/shortcodes/tencent.html index fb0afa5..09f9e8b 100644 --- a/layouts/shortcodes/tencent.html +++ b/layouts/shortcodes/tencent.html @@ -1,13 +1,10 @@ - -{{ $vid := (.Get 0) }} - +{{ $vid := .Get 0 }}
-
\ No newline at end of file