From f83c5cee03c2972e3857e97b11be51949d88618f Mon Sep 17 00:00:00 2001 From: ashley Date: Wed, 10 Sep 2025 01:25:43 +0200 Subject: [PATCH] test something --- html/channel.ejs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 => { %> +
<% }) %> + <% } %> <% } %>
<% } %>