From c92228013b971936f80a6732d9709e51fa100511 Mon Sep 17 00:00:00 2001 From: rra Date: Fri, 9 Jul 2021 12:11:22 +0200 Subject: [PATCH] fix template error --- index_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index_template.md b/index_template.md index 0394304..82d34a0 100644 --- a/index_template.md +++ b/index_template.md @@ -7,8 +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 }}""] +category: ["tv","{{ v.channel.display_name }}"] --- -{{ v.description }} \ No newline at end of file +{{ v.description }}