We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58928db commit 6900d9fCopy full SHA for 6900d9f
_includes/post-paginator.html
@@ -47,7 +47,7 @@
47
{% if show %}
48
<!-- show number -->
49
<li class="page-item {% if i == paginator.page %} active{% endif %}">
50
- <a class="page-link btn-box-shadow" href="{{ site.baseurl }}/{% if i > 1%}page{{ i }}/{% endif %}">{{ i }}</a>
+ <a class="page-link btn-box-shadow" href="{% if i > 1 %}{{ site.paginate_path | replace: ':num', i | relative_url }}{% else %}{{ '/' | relative_url }}{% endif %}">{{ i }}</a>
51
</li>
52
{% else %}
53
<!-- hide number -->
0 commit comments