fix(archive): add pagination

This commit is contained in:
Silver Ghost 2022-10-24 17:30:28 +03:00
parent 2c88d9b973
commit cf32c03039
No known key found for this signature in database

View File

@ -23,10 +23,6 @@
<!-- Divider-->
<hr class="my-4" />
{% endfor %}
{% else %}
<h2 class="post-title">У вас нет ссылок в архиве</h2>
{% endif %}
</div>
<div class="pagination container row justify-content-end">
<div></div>
<div class="step-links col-auto">
@ -45,4 +41,8 @@
{% endif %}
</div>
</div>
{% else %}
<h2 class="post-title">У вас нет ссылок в архиве</h2>
{% endif %}
</div>
{% endblock %}