diff --git a/html/poketube.ejs b/html/poketube.ejs index 7d9ce0ed..3c4f57e4 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -2060,7 +2060,7 @@ a {
<% if (lightOrDark(color) == "dark") { %> -
- <% let randomNumber = Math.floor(Math.random() * 2) + 1; %> - - <% if (Array.isArray( inv.comments)) { %> - -
- -
Comments - <%- convert(inv.commentCount) %> -
-
- - - -
- - -
- + +
+
+ <% if (twitter) { %> +
+ @<%- twitter.name %> +
+ + <% } %> + + <% if (discord) { %> +
+ /<%- discord.name %> +
+ <% } %> + + + <% if (twitch) { %> +
+ /<%- twitch.name %> +
+ <% } %> + + + <% if (reddit) { %> +
+ r/<%- reddit.name %> +
+ <% } %> + + <% if (instagram) { %> +
+ <%- instagram.name %> +
+ <% } %> + + <% if (!twitter) { %> + <% if (!discord) { %> + <% if (!reddit) { %> + <% if (!twitch) { %> + + <% if (!instagram) { %> +
+ Nyo connections found ;_; +
+ <% } %> + <% } %> + <% } %> - <% } %> - - -
+ <% } %> <% } %> +
+ +
@@ -2404,7 +2419,7 @@ the channels social media accounts!
<% if (twitter) { %>
- @<%- twitter.name %> + @<%- twitter.name %>
<% } %>