diff --git a/html/channel.ejs b/html/channel.ejs index a4652394..955478af 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -1017,7 +1017,7 @@ margin-left: 10px;

@<%=ID%>

- <%- getFirstLine(cinv.description).slice(0, 29) || "More from this channel (soon)"%> + <%- getFirstLine(cinv.description).slice(0, 30) || "More from this channel (soon)"%> ...more

@@ -1673,6 +1673,17 @@ margin-left: 10px;

<%-cinv.descriptionHtml%>

<% } %> + <% if (Array.isArray(cinv?.tags)) { %> +
Tags
+
+
+ <% cinv.tags.forEach(x => { %> +
+ + <%=x %> + +
<% }) %> + <% } %> <% } %>
<% } %>