fix(archive): add pagination
This commit is contained in:
parent
2c88d9b973
commit
cf32c03039
@ -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 %}
|
Loading…
Reference in New Issue
Block a user