Add Pages to User Profiles

This commit is contained in:
spikecodes 2020-12-27 12:36:10 -08:00
parent bec5c78709
commit 68495fb280
3 changed files with 31 additions and 9 deletions

View file

@ -52,6 +52,15 @@
</div><br>
{% endif %}
{% endfor %}
<footer>
{% if ends.0 != "" %}
<a href="?sort={{ sort }}&before={{ ends.0 }}">PREV</a>
{% endif %}
{% if ends.1 != "" %}
<a href="?sort={{ sort }}&after={{ ends.1 }}">NEXT</a>
{% endif %}
</footer>
</div>
<aside>
<div class="user">