diff --git a/html/channel.ejs b/html/channel.ejs index f4ed032a..b4413a48 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -1015,9 +1015,10 @@ margin-left: 10px; <%= subs %> subscribers <%- pronoun %>
+@<%=ID%>
- <%-getFirstLine(cinv.description)%> + <%- getFirstLine(cinv.description).slice(0, 60) || "More from this channel (soon)"%> ..more
@@ -1656,6 +1657,8 @@ margin-left: 10px; <% } %> + <% if (!isMobile) { %> + + <% } %> +