From 6b18a988d56cc7ba68755b531e8070caacd90314 Mon Sep 17 00:00:00 2001 From: Ashley Date: Fri, 18 Aug 2023 16:26:05 +0000 Subject: [PATCH] added badges :3 --- html/channel.ejs | 92 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 87 insertions(+), 5 deletions(-) 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)%> + +