diff --git a/CHANGELOG.md b/CHANGELOG.md index afce11e2..28b16521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### Bug Fixes - Toggle close button on `mouseleave`. [#975](https://github.com/mmistakes/minimal-mistakes/issues/975) +- Remove extraneous `` and `` tags from `paginator.html` include. [#1038](https://github.com/mmistakes/minimal-mistakes/pull/1038) ### Maintenance diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index f8ff6978..5368d1a0 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -4,7 +4,7 @@ permalink: /docs/history/ excerpt: "Change log of enhancements and bug fixes made to the theme." sidebar: nav: docs -last_modified_at: 2017-05-30T08:09:30-04:00 +last_modified_at: 2017-05-30T08:13:43-04:00 --- ## Unreleased @@ -17,6 +17,7 @@ last_modified_at: 2017-05-30T08:09:30-04:00 ### Bug Fixes - Toggle close button on `mouseleave`. [#975](https://github.com/mmistakes/minimal-mistakes/issues/975) +- Remove extraneous `` and `` tags from `paginator.html` include. [#1038](https://github.com/mmistakes/minimal-mistakes/pull/1038) ### Maintenance diff --git a/docs/_includes/paginator.html b/docs/_includes/paginator.html index 3cf71d82..cf49ae8a 100644 --- a/docs/_includes/paginator.html +++ b/docs/_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 %}