From 0a29a4de21064cdb3af5e53d068f0f448160ca7c Mon Sep 17 00:00:00 2001 From: ashley Date: Thu, 8 Aug 2024 22:33:49 +0000 Subject: [PATCH] add threads :3 --- html/poketube.ejs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 6012297..6796202 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1619,6 +1619,7 @@ WIP! <% if (!discord) { %> <% if (!reddit) { %> <% if (!twitch) { %> + <% if (!threads) { %> <% if (!instagram) { %>
@@ -1626,7 +1627,8 @@ WIP!
<% } %> <% } %> - <% } %> + <% } %> <% } %> + <% } %> <% } %> @@ -1663,6 +1665,12 @@ WIP! <%- instagram.name %> <% } %> + + <% if (threads) { %> +
+ <%- threads.name %> +
+ <% } %>