Fix overlapping links in post link type

Close #2222
This commit is contained in:
Michael Rose
2019-08-02 12:31:54 -04:00
parent bd2d947a55
commit a2255d03e1
3 changed files with 18 additions and 1 deletions

View File

@ -4,6 +4,10 @@
- Allow Markdown in author bio. [#2215](https://github.com/mmistakes/minimal-mistakes/pull/2215)
### Bug Fixes
- Fix overlapping links (linked to and post's permalink) in post link type. [#2222](https://github.com/mmistakes/minimal-mistakes/issues/2222)
## [4.16.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.5)
### Enhancements