diff --git a/html/poketube.ejs b/html/poketube.ejs
index dbc660bd..beaa6476 100644
--- a/html/poketube.ejs
+++ b/html/poketube.ejs
@@ -1417,28 +1417,6 @@ WIP!
- <% if (Array.isArray(inv_vid?.keywords)) { %>
-
-
Keywords
-
-
-
- <% } %>
-
<% if (inv_vid.descriptionHtml && inv_vid.descriptionHtml.trim() !== "" && inv_vid.descriptionHtml.trim() !== "
") { %>
<% } else { %>
@@ -1586,7 +1564,70 @@ WIP!
+
+ <% if (Array.isArray(inv_vid?.keywords)) { %>
+
+ Keywords
+
+ <% if (inv_vid?.keywords && inv_vid.keywords.length > 0) { %>
+ <% inv_vid?.keywords.forEach(x => { %>
+
+ <% }) %>
+
+
+ <% } else { %>
+
oh hey i think you lost your keywords look how to find one
+ <% } %>
+
+
+
+ <% } %>
+