File tree 3 files changed +18
-1
lines changed
3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- Allow Markdown in author bio. [ #2215 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2215 )
6
6
7
+ ### Bug Fixes
8
+
9
+ - Fix overlapping links (linked to and post's permalink) in post link type. [ #2222 ] ( https://github.com/mmistakes/minimal-mistakes/issues/2222 )
10
+
7
11
## [ 4.16.5] ( https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.5 )
8
12
9
13
### Enhancements
Original file line number Diff line number Diff line change 20
20
21
21
.archive__item {
22
22
position : relative ;
23
+
24
+ a {
25
+ position : relative ;
26
+ z-index : 10 ;
27
+ }
28
+
29
+ a [rel = " permalink" ] {
30
+ position : static ;
31
+ }
23
32
}
24
33
25
34
.archive__subtitle {
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 : 2019-07-24T10:09:19 -04:00
8
+ last_modified_at : 2019-08-02T12:31:31 -04:00
9
9
toc : false
10
10
---
11
11
@@ -15,6 +15,10 @@ toc: false
15
15
16
16
- Allow Markdown in author bio. [ #2215 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2215 )
17
17
18
+ ### Bug Fixes
19
+
20
+ - Fix overlapping links (linked to and post's permalink) in post link type. [ #2222 ] ( https://github.com/mmistakes/minimal-mistakes/issues/2222 )
21
+
18
22
## [ 4.16.5] ( https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.5 )
19
23
20
24
### Enhancements
You can’t perform that action at this time.
0 commit comments