parent
bd2d947a55
commit
a2255d03e1
3 changed files with 18 additions and 1 deletions
|
@ -4,6 +4,10 @@
|
||||||
|
|
||||||
- Allow Markdown in author bio. [#2215](https://github.com/mmistakes/minimal-mistakes/pull/2215)
|
- 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)
|
## [4.16.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.5)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
|
@ -20,6 +20,15 @@
|
||||||
|
|
||||||
.archive__item {
|
.archive__item {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
a {
|
||||||
|
position: relative;
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
|
|
||||||
|
a[rel="permalink"] {
|
||||||
|
position: static;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.archive__subtitle {
|
.archive__subtitle {
|
||||||
|
|
|
@ -5,7 +5,7 @@ permalink: /docs/history/
|
||||||
excerpt: "Change log of enhancements and bug fixes made to the theme."
|
excerpt: "Change log of enhancements and bug fixes made to the theme."
|
||||||
sidebar:
|
sidebar:
|
||||||
nav: docs
|
nav: docs
|
||||||
last_modified_at: 2019-07-24T10:09:19-04:00
|
last_modified_at: 2019-08-02T12:31:31-04:00
|
||||||
toc: false
|
toc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -15,6 +15,10 @@ toc: false
|
||||||
|
|
||||||
- Allow Markdown in author bio. [#2215](https://github.com/mmistakes/minimal-mistakes/pull/2215)
|
- 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)
|
## [4.16.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.5)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
Loading…
Reference in a new issue