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:
iBug
2024-04-28 00:56:17 +08:00
parent 7d61488f5e
commit 7ea8510d4f
3 changed files with 4 additions and 2 deletions

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: '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 &lt; 4.0. [#4808](https://github.com/mmistakes/minimal-mistakes/issues/4808)
### Enhancements