mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-14 05:52:53 +00:00
Fixed Sorting
This commit is contained in:
parent
2c06ae1d8f
commit
05ea0fe1fd
10 changed files with 49 additions and 48 deletions
|
@ -29,9 +29,9 @@
|
|||
</div>
|
||||
<main>
|
||||
<div id="sort">
|
||||
<div id="sort_hot"><a href="/u/{{ user.name }}/?sort=hot">Hot</a></div>
|
||||
<div id="sort_top"><a href="/u/{{ user.name }}/?sort=top">Top</a></div>
|
||||
<div id="sort_new"><a href="/u/{{ user.name }}/?sort=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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue