mirror of
https://github.com/monero-project/monero-site.git
synced 2025-02-07 16:43:44 +02:00
reduce size of pagination section at the bottom of the blog index
This commit is contained in:
parent
9cdda80a39
commit
28e0ff4b5e
@ -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 New Issue
Block a user