diff --git a/html/channel.ejs b/html/channel.ejs index e3f15ed3..d54c6730 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -877,11 +877,15 @@ width: fit-content; Popular - + + Oldest + + <% } %> <% if (sort) { %> - <% if (sort != "newest") { %> + <% if (sort === "popular") { %> @@ -890,8 +894,33 @@ width: fit-content; Popular + + + + Oldest <% } %> + + + <% if (sort === "oldest") { %> + + + Recently Uploaded + + + + Popular + + + + Oldest + + <% } %> + <% } %>