From 70f02e31627f4c1644375ae8f795d86f8ab37f87 Mon Sep 17 00:00:00 2001 From: ashley Date: Sun, 1 Sep 2024 23:49:45 +0000 Subject: [PATCH] add no tags --- html/poketube.ejs | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index c50c021..216cb9b 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1514,18 +1514,21 @@ WIP! <% if (Array.isArray(inv_vid?.keywords)) { %> +
Tags
+
+ <% if (inv_vid?.keywords && inv_vid.keywords.length > 0) { %> + <% inv_vid.keywords.forEach(x => { %> + + <% }) %> + <% } else { %> +

oh hey i think you lost your tags look how to find one

+ <% } %> +
-
Tags
-
- - <% inv_vid?.keywords.forEach(x => { %> - - - <% }) %>