Use layout: none instead of null (#2617)

* Use layout: none instead of null

* Update CHANGELOG and history
This commit is contained in:
iBug ♦
2020-07-24 20:22:16 +08:00
committed by GitHub
parent bae1a2eb0d
commit d5d3863322
5 changed files with 6 additions and 4 deletions

View File

@ -5,6 +5,7 @@
- Add `relative_url` filter to author home link [#2575](https://github.com/mmistakes/minimal-mistakes/pull/2575)
- Fix `analytics.provider` config comment to list all analytics providers. [#2607](https://github.com/mmistakes/minimal-mistakes/pull/2607)
- Fix typo in installation documentation. [#2570](https://github.com/mmistakes/minimal-mistakes/pull/2570)
- Fix broken Lunr search with Jekyll v4.1.0. [#2617](https://github.com/mmistakes/minimal-mistakes/pull/2617)
### Enhancements