Exclude main.scss from Lunr search index

This commit is contained in:
Michael Rose
2022-05-27 11:48:46 -04:00
parent bcb15f80e7
commit 55f6e8fae5
5 changed files with 7 additions and 1 deletions

View File

@ -27,6 +27,7 @@ toc: false
### Enhancements
- Exclude `main.scss` from Lunr search index.
- Allow `site.pages` to be indexed and searched via Lunr. [#3352](https://github.com/mmistakes/minimal-mistakes/pull/3352)
- Update jQuery to v3.6.0. [#3254](https://github.com/mmistakes/minimal-mistakes/pull/3254)
- Use notice `<a>` colors for blockquotes that have `notice--` classes applied. [#3140](https://github.com/mmistakes/minimal-mistakes/pull/3140) [#3068](https://github.com/mmistakes/minimal-mistakes/issues/3068)