diff --git a/CHANGELOG.md b/CHANGELOG.md index aa5631d2..6c3adb97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.18.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.18.1) + +### Bug Fixes + +- Fix compatibility issue with jekyll-paginate-v2. [#2381](https://github.com/mmistakes/minimal-mistakes/pull/2381) + ## [4.18.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.18.0) ### Enhancements diff --git a/README.md b/README.md index a16b4d06..86f224e7 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ To install: bundle ``` -4. Add `remote_theme: "mmistakes/minimal-mistakes@4.18.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. +4. Add `remote_theme: "mmistakes/minimal-mistakes@4.18.1"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. **Looking for an example?** Fork the [Minimal Mistakes remote theme starter](https://github.com/mmistakes/mm-github-pages-starter) for the quickest method of getting a GitHub Pages hosted site up and running. Replace sample content with your own and configure as needed. diff --git a/_layouts/default.html b/_layouts/default.html index 49eafb06..4094890c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,7 @@