Adding more sort methods. Fixes #36

This commit is contained in:
Dessalines 2021-03-05 10:15:29 -05:00
parent c2454a95d0
commit 5ca06d931e

View file

@ -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 that have new 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).