Adding more sort methods. Fixes #36 (#37)

This commit is contained in:
Dessalines 2021-03-08 16:50:31 -05:00 committed by GitHub
parent c2454a95d0
commit 2675b12b90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 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).