Fixed Sorting
This commit is contained in:
@ -29,9 +29,9 @@
|
||||
</div>
|
||||
<main>
|
||||
<div id="sort">
|
||||
<div id="sort_hot"><a href="/r/{{ sub.name }}/hot">Hot</a></div>
|
||||
<div id="sort_top"><a href="/r/{{ sub.name }}/top">Top</a></div>
|
||||
<div id="sort_new"><a href="/r/{{ sub.name }}/new">New</a></div>
|
||||
<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>
|
||||
{% for post in posts %}
|
||||
<div class="post">
|
||||
|
Reference in New Issue
Block a user