From bf05ae8b7d1eb5b90310c3db8a6b702f07610f36 Mon Sep 17 00:00:00 2001 From: ashley Date: Wed, 17 Sep 2025 17:00:19 +0200 Subject: [PATCH] fix stuff + add stuff --- html/channel.ejs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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) { %>