diff --git a/html/channel.ejs b/html/channel.ejs index aa3f22e..e3f15ed 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -551,11 +551,45 @@ margin-right: -79px; Channel Avatar -
-

<%=j.Channel.Metadata.Name%> -

-

<%=subs%> subscribers

+ + <% if (cinv.authorVerified) { %> + + + + <% } %> + +
+

<%=j.Channel.Metadata.Name%> + + + <% if (cinv.authorVerified) { %> + <% if (cinv.isFamilyFriendly) { %> + + + <% } %> + <% if (!cinv.isFamilyFriendly) { %> + + + <% } %> + + <% } %> + <% if (cinv.isFamilyFriendly) { %> + + + <% } %> + +

+

<%=subs%> subscribers

+

+ <%-getFirstLine(desc).slice(0, 77)%> + +