diff --git a/CHANGELOG.md b/CHANGELOG.md index e21a1c40e063..81c96bd13359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Bug Fixes +- Fix GreedyNav.js attribution link. [#3553](https://github.com/mmistakes/minimal-mistakes/pull/3553) - Fix typo about loading JavaScript in layout documentation. [#3350](https://github.com/mmistakes/minimal-mistakes/pull/3350) - Fix inline code style not applied to stylized text. [#3253](https://github.com/mmistakes/minimal-mistakes/pull/3253) - Fix documentation typos. [#3232](https://github.com/mmistakes/minimal-mistakes/pull/3232) [#3318](https://github.com/mmistakes/minimal-mistakes/pull/3318) diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 3f102d42b684..0a23231efc87 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -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: 2022-05-27T11:41:03-04:00 +last_modified_at: 2022-05-27T12:00:56-04:00 toc: false --- @@ -13,6 +13,7 @@ toc: false ### Bug Fixes +- Fix GreedyNav.js attribution link. [#3553](https://github.com/mmistakes/minimal-mistakes/pull/3553) - Fix typo about loading JavaScript in layout documentation. [#3350](https://github.com/mmistakes/minimal-mistakes/pull/3350) - Fix inline code style not applied to stylized text. [#3253](https://github.com/mmistakes/minimal-mistakes/pull/3253) - Fix documentation typos. [#3232](https://github.com/mmistakes/minimal-mistakes/pull/3232) [#3318](https://github.com/mmistakes/minimal-mistakes/pull/3318) diff --git a/test/Gemfile b/test/Gemfile index eb18fabd7192..635ea6c0f660 100644 --- a/test/Gemfile +++ b/test/Gemfile @@ -6,4 +6,5 @@ group :jekyll_plugins do gem 'jekyll-algolia', '~> 1.0' end -gem "wdm", "~> 0.1.0" if Gem.win_platform? \ No newline at end of file +gem "wdm", "~> 0.1.0" if Gem.win_platform? +gem "webrick" \ No newline at end of file