Remove slash at the beginning of path
in staticman.yml example
This commit is contained in:
parent
858b5cc2a4
commit
ecd1748247
3 changed files with 4 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
### Bug Fixes
|
### 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)
|
* 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)
|
## [4.12.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.0)
|
||||||
|
|
|
@ -4,7 +4,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: 2018-08-07T15:50:40-04:00
|
last_modified_at: 2018-08-07T15:55:09-04:00
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@ toc: true
|
||||||
|
|
||||||
### Bug Fixes
|
### 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)
|
* 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)
|
## [4.12.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.0)
|
||||||
|
|
|
@ -83,7 +83,7 @@ comments:
|
||||||
# (*) REQUIRED
|
# (*) REQUIRED
|
||||||
#
|
#
|
||||||
# Destination path (directory) for the data files. Accepts placeholders.
|
# Destination path (directory) for the data files. Accepts placeholders.
|
||||||
path: "docs/_data/comments/{options.slug}" # "/_data/comments/{options.slug}" (default)
|
path: "docs/_data/comments/{options.slug}" # "_data/comments/{options.slug}" (default)
|
||||||
|
|
||||||
# Names of required files. If any of these isn't in the request or is empty,
|
# Names of required files. If any of these isn't in the request or is empty,
|
||||||
# an error will be thrown.
|
# an error will be thrown.
|
||||||
|
|
Loading…
Reference in a new issue