fix stuff + add stuff
This commit is contained in:
parent
c7982b0b34
commit
bf05ae8b7d
@ -724,12 +724,16 @@ height: 100%;
|
|||||||
|
|
||||||
<span style="font-size: 10px;color: gray;">@<%- cinv.authorId %>@youtube.com</span>
|
<span style="font-size: 10px;color: gray;">@<%- cinv.authorId %>@youtube.com</span>
|
||||||
</p>
|
</p>
|
||||||
<p style="margin-bottom: -17px;" class="subs"><%= subs %> subscribers - <%- pronoun %></p>
|
<% if (pronoun === "no pronouns :c") { %>
|
||||||
|
<p style="margin-bottom: -17px;" class="subs"><%= subs %> subscribers</p>
|
||||||
|
<% } else { %>
|
||||||
|
<p style="margin-bottom: -17px;" class="subs"><%= subs %> subscribers - <%- pronoun %></p>
|
||||||
|
<% } %>
|
||||||
|
|
||||||
<p style="padding:0;font-weight:bold;max-inline-size: 37em;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;">
|
<p style="padding:0;font-weight:bold;max-inline-size: 37em;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;">
|
||||||
|
|
||||||
<% try { %>
|
<% try { %>
|
||||||
<%- getFirstLine(cinv.description).slice(0, 60) || "More from this channel (soon)"%>
|
<%- getFirstLine(cinv.description).slice(0, 60) || "See More from this channel..."%>
|
||||||
<a href="/channel?id=<%=ID%>&tab=about&legacy=true" id="popup-trigger">
|
<a href="/channel?id=<%=ID%>&tab=about&legacy=true" id="popup-trigger">
|
||||||
<% } catch (error) { %>
|
<% } catch (error) { %>
|
||||||
<!-- Handle the error here, if it occurs -->
|
<!-- Handle the error here, if it occurs -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user