Skip to content

Commit

Permalink
Use layout: none instead of null (mmistakes#2617)
Browse files Browse the repository at this point in the history
* Use layout: none instead of null

* Update CHANGELOG and history
  • Loading branch information
iBug authored Jul 24, 2020
1 parent c1b44f9 commit 2c8225d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion assets/js/lunr/lunr-en.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: null
layout: none
---

var idx = lunr(function () {
Expand Down
2 changes: 1 addition & 1 deletion assets/js/lunr/lunr-gr.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: null
layout: none
---

step1list = new Array();
Expand Down
2 changes: 1 addition & 1 deletion assets/js/lunr/lunr-store.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: null
layout: none
---

var store = [
Expand Down
3 changes: 2 additions & 1 deletion docs/_docs/18-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand All @@ -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

Expand Down

0 comments on commit 2c8225d

Please sign in to comment.