diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d9506e0ac4..c07f31c8391f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### Enhancements -- Update README and LICENSE. [#2367](https://github.com/mmistakes/minimal-mistakes/pull/2367) +- Update README and LICENSE. [#2367](https://github.com/mmistakes/minimal-mistakes/pull/2367) [#2354](https://github.com/mmistakes/minimal-mistakes/issues/2354) - Update `.gitignore` file. [#2366](https://github.com/mmistakes/minimal-mistakes/pull/2366) - Allow override of page excerpt in hero header via `tagline` YAML front matter. [#2307](https://github.com/mmistakes/minimal-mistakes/pull/2307) - Exclude `package-lock.json` from Jekyll build. [#2364](https://github.com/mmistakes/minimal-mistakes/pull/2364) @@ -14,6 +14,7 @@ ### Bug Fixes +- Fix wrong newline concatenation in SEO description. [#2368](https://github.com/mmistakes/minimal-mistakes/pull/2368) - Fix Staticman v2/v3 conditional for showing comments. [#2351](https://github.com/mmistakes/minimal-mistakes/pull/2351) - Fix masthead logo path. [#2332](https://github.com/mmistakes/minimal-mistakes/pull/2332) - Fix schema.org dates to ISO-8601. [#2339](https://github.com/mmistakes/minimal-mistakes/pull/2339) diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 5ba252694e48..81a454909fbe 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: 2020-01-14T12:33:23-05:00 +last_modified_at: 2020-01-14T12:42:23-05:00 toc: false --- @@ -25,6 +25,7 @@ toc: false ### Bug Fixes +- Update README and LICENSE. [#2367](https://github.com/mmistakes/minimal-mistakes/pull/2367) [#2354](https://github.com/mmistakes/minimal-mistakes/issues/2354) - Fix Staticman v2/v3 conditional for showing comments. [#2351](https://github.com/mmistakes/minimal-mistakes/pull/2351) - Fix masthead logo path. [#2332](https://github.com/mmistakes/minimal-mistakes/pull/2332) - Fix schema.org dates to ISO-8601. [#2339](https://github.com/mmistakes/minimal-mistakes/pull/2339)