Fix missing fallback title for table of contents

This commit is contained in:
Michael Rose
2019-06-27 19:00:23 -04:00
parent 098a475726
commit b5b8c45530
3 changed files with 10 additions and 2 deletions

View File

@ -6,6 +6,10 @@
- Update links and fix typos in documentation. [#2186](https://github.com/mmistakes/minimal-mistakes/pull/2186)
- Add skip links. [#2182](https://github.com/mmistakes/minimal-mistakes/issues/2182)
### Bug Fixes
- Fix missing fallback title for table of contents.
## [4.16.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.4)
### Enhancements