Added Rising Sort Mode

This commit is contained in:
spikecodes 2020-11-24 17:50:12 -08:00
parent 74917c672f
commit 3942388b25
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<div id="sort_hot"><a href="?sort=hot">Hot</a></div>
<div id="sort_top"><a href="?sort=top">Top</a></div>
<div id="sort_new"><a href="?sort=new">New</a></div>
<div id="sort_rising"><a href="?sort=rising">Rising</a></div>
</div>
{% for post in posts %}
<div class="post">
@ -39,4 +40,4 @@
<a href="?after={{ ends.1 }}">NEXT</a>
{% endif %}
</footer>
{% endblock %}
{% endblock %}