File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### Bug Fixes
4
4
5
+ - Fix GreedyNav.js attribution link. [ #3553 ] ( https://github.com/mmistakes/minimal-mistakes/pull/3553 )
5
6
- Fix typo about loading JavaScript in layout documentation. [ #3350 ] ( https://github.com/mmistakes/minimal-mistakes/pull/3350 )
6
7
- Fix inline code style not applied to stylized text. [ #3253 ] ( https://github.com/mmistakes/minimal-mistakes/pull/3253 )
7
8
- Fix documentation typos. [ #3232 ] ( https://github.com/mmistakes/minimal-mistakes/pull/3232 ) [ #3318 ] ( https://github.com/mmistakes/minimal-mistakes/pull/3318 )
Original file line number Diff line number Diff line change @@ -5,14 +5,15 @@ permalink: /docs/history/
5
5
excerpt : " Change log of enhancements and bug fixes made to the theme."
6
6
sidebar :
7
7
nav : docs
8
- last_modified_at : 2022-05-27T11:41:03 -04:00
8
+ last_modified_at : 2022-05-27T12:00:56 -04:00
9
9
toc : false
10
10
---
11
11
12
12
## Unreleased
13
13
14
14
### Bug Fixes
15
15
16
+ - Fix GreedyNav.js attribution link. [ #3553 ] ( https://github.com/mmistakes/minimal-mistakes/pull/3553 )
16
17
- Fix typo about loading JavaScript in layout documentation. [ #3350 ] ( https://github.com/mmistakes/minimal-mistakes/pull/3350 )
17
18
- Fix inline code style not applied to stylized text. [ #3253 ] ( https://github.com/mmistakes/minimal-mistakes/pull/3253 )
18
19
- Fix documentation typos. [ #3232 ] ( https://github.com/mmistakes/minimal-mistakes/pull/3232 ) [ #3318 ] ( https://github.com/mmistakes/minimal-mistakes/pull/3318 )
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ group :jekyll_plugins do
6
6
gem 'jekyll-algolia' , '~> 1.0'
7
7
end
8
8
9
- gem "wdm" , "~> 0.1.0" if Gem . win_platform?
9
+ gem "wdm" , "~> 0.1.0" if Gem . win_platform?
10
+ gem "webrick"
You can’t perform that action at this time.
0 commit comments