diff --git a/routes/home.js b/routes/home.js index a8f83d8..6751065 100644 --- a/routes/home.js +++ b/routes/home.js @@ -72,7 +72,7 @@ homeRoute.get([`/:sort?`, '/frontpage'], async (req, res, next) => { } let is_comment = - sortby.length == 6 && + (sortby.length == 6 || sortby.length == 7) && sortby != "rising" ? true : false;