File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 25
25
- Fix extra newline generated in ` _includes/post_pagination.html ` .
26
26
- Hide hidden links & remove the overlay when one is clicked. [ #5042 ] ( https://github.com/mmistakes/minimal-mistakes/pull/5042 )
27
27
- Fix typo in "Configuration" (#5106 )
28
+ - bundle exec jekyll serve will fail if more than once (#5193 )
28
29
29
30
### Documentation & Maintenance
30
31
Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ exclude:
184
184
- gulpfile.js
185
185
- LICENSE
186
186
- log
187
+ - minimal-mistakes-jekyll.gemspec
187
188
- node_modules
188
189
- package.json
189
190
- package-lock.json
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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 : ' 2025-02-14T22:47:24 +08:00'
8
+ last_modified_at : ' 2025-04-02T23:07:42 +08:00'
9
9
toc : false
10
10
---
11
11
@@ -40,6 +40,7 @@ toc: false
40
40
- Fix extra newline generated in ` _includes/post_pagination.html ` .
41
41
- Hide hidden links & remove the overlay when one is clicked. [ #5042 ] ( https://github.com/mmistakes/minimal-mistakes/pull/5042 )
42
42
- Fix typo in "Configuration" [ #5106 ] ( https://github.com/mmistakes/minimal-mistakes/issues/5106 )
43
+ - bundle exec jekyll serve will fail if more than once [ #5193 ] ( https://github.com/mmistakes/minimal-mistakes/issues/5193 )
43
44
44
45
### Documentation & Maintenance
45
46
You can’t perform that action at this time.
0 commit comments