From b5b8c455306e33f41b5409ab8d51c334e44c1904 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 27 Jun 2019 19:00:23 -0400 Subject: [PATCH] Fix missing fallback title for table of contents --- CHANGELOG.md | 4 ++++ _layouts/single.html | 2 +- docs/_docs/18-history.md | 6 +++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9bcc7ff..d0d37c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/_layouts/single.html b/_layouts/single.html index 37c7ec84..2a33c273 100644 --- a/_layouts/single.html +++ b/_layouts/single.html @@ -37,7 +37,7 @@ layout: default {% if page.toc %} diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 5e26136a..725b290f 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -5,7 +5,7 @@ permalink: /docs/history/ excerpt: "Change log of enhancements and bug fixes made to the theme." sidebar: nav: docs -last_modified_at: 2019-06-27T18:46:57-04:00 +last_modified_at: 2019-06-27T19:00:11-04:00 toc: false --- @@ -17,6 +17,10 @@ toc: false - 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