diff --git a/html/channel.ejs b/html/channel.ejs index 7b4de8fb..80b5a3ba 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -526,7 +526,12 @@ color:#ea9999 !important; - +
+ + + +
+
@@ -823,6 +828,12 @@ width: fit-content; <% if (!tab) { %> Videos + +<% if (turntomins(shorts?.videos[0]?.lengthSeconds) != "aN:aN" ) { %> + + Shorts + <% } %> + <% if (Array.isArray(c.comments)) { %> <% if (c.comments.length != "0") { %> @@ -831,22 +842,20 @@ width: fit-content; <% } %> <% } %> <% if (Array?.isArray(shorts?.videos)) { %> - -<% if (turntomins(shorts?.videos[0]?.lengthSeconds) != "aN:aN" ) { %> - Shorts - <% } %> <% } %> <% } %> <% if (tab ==="about") { %> - <% if (Array?.isArray(shorts?.videos)) { %> + + Videos + +<% if (Array?.isArray(shorts?.videos)) { %> <% if (turntomins(shorts?.videos[0]?.lengthSeconds) != "aN:aN" ) { %> Shorts <% } %> <% } %> - Videos Community <% } %>