From a71671f3c6affda13668dfdf2c0241f8b4780848 Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 6 Dec 2023 14:23:42 +0000 Subject: [PATCH] add uhh stuff :3 --- html/channel.ejs | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) 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 <% } %>