Fix where_exp for Jekyll < 4.0
'and' and 'or' are new in Jekyll 4.0. Ref: https://stackoverflow.com/posts/comments/111965719
This commit is contained in:
@@ -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: '2024-04-28T00:38:38+08:00'
|
||||
last_modified_at: '2024-04-28T00:56:01+08:00'
|
||||
toc: false
|
||||
---
|
||||
|
||||
@@ -21,6 +21,7 @@ toc: false
|
||||
|
||||
- "You may also enjoy" no longer recommends hidden posts. [#4653](https://github.com/mmistakes/minimal-mistakes/issues/4653)
|
||||
- Replaced dead link to "Viewport and Media Queries" slides. [#4421](https://github.com/mmistakes/minimal-mistakes/discussions/4421)
|
||||
- Fix broken `where_exp` in `lunr-store.js` for Jekyll < 4.0. [#4808](https://github.com/mmistakes/minimal-mistakes/issues/4808)
|
||||
|
||||
### Enhancements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user