diff --git a/layouts/partials/video_box.html b/layouts/partials/video_box.html index 1ad22af..711800e 100644 --- a/layouts/partials/video_box.html +++ b/layouts/partials/video_box.html @@ -7,8 +7,13 @@ 'https://tv.lumbung.space/videos/embed/{{ .Params.uuid }}' )"> - + + {{ if .Params.is_live}} +
LIVE
+ {{ else }}
{{.Params.video_duration}}
+ {{ end }} +
@@ -20,7 +25,13 @@
{{ .Date.Format "Jan 02, 2006" }}
-
{{ .Content }}
+
{{ .Content }} + +