mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-11 05:15:28 +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 %}
|
{% if paginator.total_pages > 1 %}
|
||||||
<div class="text-center"><h3>
|
<div class="text-center"><h4>
|
||||||
{% if paginator.previous_page %}
|
{% if paginator.previous_page %}
|
||||||
<a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">« Prev</a>
|
<a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">« Prev</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
@ -44,5 +44,5 @@ title: All Blog Posts
|
||||||
{% else %}
|
{% else %}
|
||||||
<span>Next »</span>
|
<span>Next »</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</h3></div>
|
</h4></div>
|
||||||
{% endif %}
|
{% endif %}
|
Loading…
Reference in a new issue