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 => { %> +
+ + <%= x %> + +
+ <% }) %> + <% } else { %> +

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

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