Remove slash at the beginning of path in staticman.yml example

This commit is contained in:
Michael Rose
2018-08-07 15:55:19 -04:00
parent 858b5cc2a4
commit ecd1748247
3 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2018-08-07T15:50:40-04:00
last_modified_at: 2018-08-07T15:55:09-04:00
toc: true
---
@@ -19,6 +19,7 @@ toc: true
### Bug Fixes
* Remove slash at the beginning of `path` in staticman.yml example. [#1772](https://github.com/mmistakes/minimal-mistakes/pull/1772)
* Fix `read_time` logic in header image overlay. [#1756](https://github.com/mmistakes/minimal-mistakes/pull/1756)
## [4.12.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.0)