Fixed Sorting

This commit is contained in:
spikecodes
2020-11-17 16:03:28 -08:00
parent 2c06ae1d8f
commit 05ea0fe1fd
10 changed files with 49 additions and 48 deletions

View File

@ -18,9 +18,9 @@
</header>
<main>
<div id="sort">
<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_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">