diff --git a/CHANGELOG.md b/CHANGELOG.md index 0493e95e..70c7b4bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## Unreleased + +### Enhancements + +### Bug Fixes + +* Fix "Back to Top" links on pages that use [header overlays](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay). + ## [4.11.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.11.2) ### Enhancements diff --git a/_includes/page__hero.html b/_includes/page__hero.html index d32db519..61d4cf41 100644 --- a/_includes/page__hero.html +++ b/_includes/page__hero.html @@ -35,7 +35,7 @@ > {% if page.header.overlay_color or page.header.overlay_image %}
-

+

{% if paginator and site.paginate_show_page_num %} {{ site.title }}{% unless paginator.page == 1 %} {{ site.data.ui-text[site.locale].page | default: "Page" }} {{ paginator.page }}{% endunless %} {% else %} diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 4d580c4d..1168916f 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -4,10 +4,18 @@ permalink: /docs/history/ excerpt: "Change log of enhancements and bug fixes made to the theme." sidebar: nav: docs -last_modified_at: 2018-05-03T19:31:32-04:00 +last_modified_at: 2018-05-08T10:40:25-04:00 toc: true --- +## Unreleased + +### Enhancements + +### Bug Fixes + +* Fix "Back to Top" links on pages that use [header overlays](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay). + ## [4.11.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.11.2) ### Enhancements