diff --git a/html/channel.ejs b/html/channel.ejs index 0a9bb226..f63d7872 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -724,12 +724,16 @@ height: 100%; @<%- cinv.authorId %>@youtube.com

-

<%= subs %> subscribers - <%- pronoun %>

+<% if (pronoun === "no pronouns :c") { %> +

<%= subs %> subscribers

+<% } else { %> +

<%= subs %> subscribers - <%- pronoun %>

+<% } %>

<% try { %> - <%- getFirstLine(cinv.description).slice(0, 60) || "More from this channel (soon)"%> + <%- getFirstLine(cinv.description).slice(0, 60) || "See More from this channel..."%> <% } catch (error) { %>