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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

View file

@ -1,5 +1,5 @@
---
layout: null
layout: none
---
var idx = lunr(function () {

View file

@ -1,5 +1,5 @@
---
layout: null
layout: none
---
step1list = new Array();

View file

@ -1,5 +1,5 @@
---
layout: null
layout: none
---
var store = [

View file

@ -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-23T12:13:57-04:00
last_modified_at: 2020-07-24T00:00:00+00:00
toc: false
---
@ -16,6 +16,7 @@ toc: false
- 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