Use layout: none instead of null (#2617)
* Use layout: none instead of null * Update CHANGELOG and history
This commit is contained in:
parent
bae1a2eb0d
commit
d5d3863322
5 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
2
assets/js/lunr/lunr-en.js
vendored
2
assets/js/lunr/lunr-en.js
vendored
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: null
|
||||
layout: none
|
||||
---
|
||||
|
||||
var idx = lunr(function () {
|
||||
|
|
2
assets/js/lunr/lunr-gr.js
vendored
2
assets/js/lunr/lunr-gr.js
vendored
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: null
|
||||
layout: none
|
||||
---
|
||||
|
||||
step1list = new Array();
|
||||
|
|
2
assets/js/lunr/lunr-store.js
vendored
2
assets/js/lunr/lunr-store.js
vendored
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: null
|
||||
layout: none
|
||||
---
|
||||
|
||||
var store = [
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue