fix(archive): add pagination
This commit is contained in:
parent
2c88d9b973
commit
cf32c03039
@ -23,10 +23,6 @@
|
|||||||
<!-- Divider-->
|
<!-- Divider-->
|
||||||
<hr class="my-4" />
|
<hr class="my-4" />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% else %}
|
|
||||||
<h2 class="post-title">У вас нет ссылок в архиве</h2>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
<div class="pagination container row justify-content-end">
|
<div class="pagination container row justify-content-end">
|
||||||
<div></div>
|
<div></div>
|
||||||
<div class="step-links col-auto">
|
<div class="step-links col-auto">
|
||||||
@ -45,4 +41,8 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{% else %}
|
||||||
|
<h2 class="post-title">У вас нет ссылок в архиве</h2>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in New Issue
Block a user