From 3942388b253e2e82b4b1659534c571abcb2cd58f Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Tue, 24 Nov 2020 17:50:12 -0800 Subject: [PATCH] Added Rising Sort Mode --- templates/popular.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/popular.html b/templates/popular.html index d182911..ce809b9 100644 --- a/templates/popular.html +++ b/templates/popular.html @@ -5,6 +5,7 @@
Hot
Top
New
+
Rising
{% for post in posts %}
@@ -39,4 +40,4 @@ NEXT {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}