File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 6
6
* Add documentation note to update root ` Gemfile ` when forking theme.
7
7
* Add missing French translations. [ #1741 ] ( https://github.com/mmistakes/minimal-mistakes/pull/1741 )
8
8
9
+ ### Bug Fixes
10
+
11
+ * Fix ` read_time ` logic in header image overlay. [ #1756 ] ( https://github.com/mmistakes/minimal-mistakes/pull/1756 )
12
+
9
13
## [ 4.12.0] ( https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.0 )
10
14
11
15
### Enhancements
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ permalink: /docs/history/
4
4
excerpt : " Change log of enhancements and bug fixes made to the theme."
5
5
sidebar :
6
6
nav : docs
7
- last_modified_at : 2018-07-24T10:39:51 -04:00
7
+ last_modified_at : 2018-07-24T10:44:32 -04:00
8
8
toc : true
9
9
---
10
10
@@ -16,6 +16,10 @@ toc: true
16
16
* Add documentation note to update root ` Gemfile ` when forking theme.
17
17
* Add missing French translations. [ #1741 ] ( https://github.com/mmistakes/minimal-mistakes/pull/1741 )
18
18
19
+ ### Bug Fixes
20
+
21
+ * Fix ` read_time ` logic in header image overlay. [ #1756 ] ( https://github.com/mmistakes/minimal-mistakes/pull/1756 )
22
+
19
23
## [ 4.12.0] ( https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.0 )
20
24
21
25
### Enhancements
You can’t perform that action at this time.
0 commit comments