mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 03:59:26 +00:00
reduce size of pagination section at the bottom of the blog index
This commit is contained in:
parent
9cdda80a39
commit
28e0ff4b5e
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ title: All Blog Posts
|
|||
|
||||
|
||||
{% if paginator.total_pages > 1 %}
|
||||
<div class="text-center"><h3>
|
||||
<div class="text-center"><h4>
|
||||
{% if paginator.previous_page %}
|
||||
<a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">« Prev</a>
|
||||
{% else %}
|
||||
|
@ -44,5 +44,5 @@ title: All Blog Posts
|
|||
{% else %}
|
||||
<span>Next »</span>
|
||||
{% endif %}
|
||||
</h3></div>
|
||||
</h4></div>
|
||||
{% endif %}
|
Loading…
Reference in a new issue