From 144cfee5b7f01a6f43a2689e9e640f876d475664 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 2 Nov 2020 11:35:14 -0500 Subject: [PATCH] =?UTF-8?q?Release=204.21.0=20=F0=9F=92=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- README.md | 2 +- _layouts/default.html | 2 +- _sass/minimal-mistakes.scss | 2 +- assets/js/main.min.js | 2 +- docs/_docs/01-quick-start-guide.md | 2 +- docs/_docs/04-upgrading.md | 6 +++--- docs/_docs/18-history.md | 4 ++-- docs/_layouts/default.html | 2 +- docs/_pages/home.md | 2 +- minimal-mistakes-jekyll.gemspec | 2 +- package.json | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f41f2aa9955..7638bccbbb14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## [4.21.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.21.0) ### Bug Fixes diff --git a/README.md b/README.md index 6952c717bf79..99b44af50200 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ To install: bundle ``` -4. Add `remote_theme: "mmistakes/minimal-mistakes@4.20.2"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. +4. Add `remote_theme: "mmistakes/minimal-mistakes@4.21.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. **Looking for an example?** Use the [Minimal Mistakes remote theme starter](https://github.com/mmistakes/mm-github-pages-starter/generate) for the quickest method of getting a GitHub Pages hosted site up and running. Generate a new repository from the starter, replace sample content with your own, and configure as needed. diff --git a/_layouts/default.html b/_layouts/default.html index 0e25dc7cd87f..573d645f64e3 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,7 @@