fix: alignment of pagination element

pagination for comments should appear on the right instead of center

Issue report: #390

Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
moson-mo 2022-11-28 16:57:27 +01:00
parent c74772cb36
commit 8027ff936c
No known key found for this signature in database
GPG key ID: 4A4760AB4EE15296

View file

@ -39,7 +39,7 @@
{% if pages > 1 %}
<p class="comments-header-nav">
{{ page | pager_nav(comments_total, prefix) | safe }}
<p>
</p>
{% endif %}
</div>
{% for comment in comments.all() %}