From 2675b12b90e1b5d2d76a3d8628cf9b10b9b3d242 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 8 Mar 2021 16:50:31 -0500 Subject: [PATCH] Adding more sort methods. Fixes #36 (#37) --- src/en/about/guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/en/about/guide.md b/src/en/about/guide.md index 59244b1..3372cf4 100644 --- a/src/en/about/guide.md +++ b/src/en/about/guide.md @@ -15,6 +15,8 @@ Type | Description Active | Trending sort based on the score, and the most recent comment time. Hot | Trending sort based on the score, and the post creation time. New | Newest items. +Most Comments | The posts with the most comments. +New Comments | The posts with most recent comments, IE a forum-style sort. Top | The highest scoring items in the given time frame. For more detail, check the [Post and Comment Ranking details](ranking.md).