Fix "Back to Top" links

Pages that use header overlays were missing `#page-title` anchors on the `<h1>` element.
This commit is contained in:
Michael Rose
2018-05-08 10:40:42 -04:00
parent cc2793fddc
commit fa0acf455f
3 changed files with 18 additions and 2 deletions

View File

@ -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