From e786e24a6b4e646a00dbe04ff865ac02de7d0a28 Mon Sep 17 00:00:00 2001 From: rra Date: Thu, 15 Jul 2021 17:43:17 +0200 Subject: [PATCH] turn in to categories --- index_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index_template.md b/index_template.md index 82d34a0..e1bffcf 100644 --- a/index_template.md +++ b/index_template.md @@ -7,7 +7,8 @@ video_duration: "{{ v.duration | duration }} " video_channel: "{{ v.channel.display_name }}" channel_url: "{{ v.channel.url }}" preview_image: "{{ preview_image }}" -category: ["tv","{{ v.channel.display_name }}"] +categories: ["tv","{{ v.channel.display_name }}"] +is_live: ["{{ v.is_live }}"] ---