Move pagination to articles list only

This commit is contained in:
Gabriel Augendre 2020-12-28 09:01:49 +01:00
parent c2c92dc62d
commit a245f09c62
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -4,6 +4,12 @@
<style>
{{ article.custom_css }}
</style>
<style>
.pagination {
display: flex;
justify-content: space-between;
}
</style>
{% endblock %}
{% block title %}{% endblock %}