Skip to content
Snippets Groups Projects
Unverified Commit 28e0ff4b authored by Riccardo Spagni's avatar Riccardo Spagni :speech_balloon:
Browse files

reduce size of pagination section at the bottom of the blog index

parent 9cdda80a
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ title: All Blog Posts ...@@ -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: '//', '/' }}">&laquo; Prev</a> <a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a>
{% else %} {% else %}
...@@ -44,5 +44,5 @@ title: All Blog Posts ...@@ -44,5 +44,5 @@ title: All Blog Posts
{% else %} {% else %}
<span>Next &raquo;</span> <span>Next &raquo;</span>
{% endif %} {% endif %}
</h3></div> </h4></div>
{% endif %} {% endif %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment