diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aca5b54..3188f85e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ### Enhancements +- Add entry layout configuration for `list` (default) or `grid` views on `layout: home`. [#2616](https://github.com/mmistakes/minimal-mistakes/pull/2616) - Add missing Chinese translations. [#2576](https://github.com/mmistakes/minimal-mistakes/pull/2576) - Add `line-height` to `h4` element in notice helper. [#2602](https://github.com/mmistakes/minimal-mistakes/pull/2602) - Improve Algolia search. [#2572](https://github.com/mmistakes/minimal-mistakes/pull/2572) diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index bd9ad3f3..b87cfc10 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-07-24T00:00:00+00:00 +last_modified_at: 2020-07-24T15:55:22-04:00 toc: false --- @@ -20,6 +20,7 @@ toc: false ### Enhancements +- Add entry layout configuration for `list` (default) or `grid` views on `layout: home`. [#2616](https://github.com/mmistakes/minimal-mistakes/pull/2616) - Add missing Chinese translations. [#2576](https://github.com/mmistakes/minimal-mistakes/pull/2576) - Add `line-height` to `h4` element in notice helper. [#2602](https://github.com/mmistakes/minimal-mistakes/pull/2602) - Improve Algolia search. [#2572](https://github.com/mmistakes/minimal-mistakes/pull/2572)