diff --git a/themes/lumbung-theme/layouts/partials/video_box.html b/themes/lumbung-theme/layouts/partials/video_box.html index 711800e..508ad70 100644 --- a/themes/lumbung-theme/layouts/partials/video_box.html +++ b/themes/lumbung-theme/layouts/partials/video_box.html @@ -1,4 +1,5 @@
+
{{ .Params.video_channel }}
{{ if .Params.is_live}} -
LIVE
+
LIVE
{{ else }} -
{{.Params.video_duration}}
+
{{.Params.video_duration}}
{{ end }}
@@ -21,10 +22,13 @@