diff --git a/_includes/paginator.html b/_includes/paginator.html index 3cf71d82..cf49ae8a 100644 --- a/_includes/paginator.html +++ b/_includes/paginator.html @@ -60,7 +60,7 @@ {% comment %} Link next page {% endcomment %} {% if paginator.next_page %} -
  • {{ site.data.ui-text[site.locale].pagination_next | default: "Next" }}
  • +
  • {{ site.data.ui-text[site.locale].pagination_next | default: "Next" }}
  • {% else %}
  • {% endif %}