We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3954a commit 8ed48c1Copy full SHA for 8ed48c1
_includes/paginator.html
@@ -60,7 +60,7 @@
60
61
{% comment %} Link next page {% endcomment %}
62
{% if paginator.next_page %}
63
- <li><a href="{{ site.paginate_path | replace: ':num', paginator.next_page | replace: '//', '/' | absolute_url }}">{{ site.data.ui-text[site.locale].pagination_next | default: "Next" }}</a></li></a></li>
+ <li><a href="{{ site.paginate_path | replace: ':num', paginator.next_page | replace: '//', '/' | absolute_url }}">{{ site.data.ui-text[site.locale].pagination_next | default: "Next" }}</a></li>
64
{% else %}
65
<li><a href="#" class="disabled"><span aria-hidden="true">{{ site.data.ui-text[site.locale].pagination_next | default: "Next" }}</span></a></li>
66
{% endif %}
0 commit comments