~xdavidwu/xdavidwu.link

ba865a726b976dd2cba60c260012d92bbcb4752c — Michael Rose 6 years ago 30964dd
Remove slash at the beginning of `path` in staticman.yml example
2 files changed, 2 insertions(+), 1 deletions(-)

M CHANGELOG.md
M staticman.yml
M CHANGELOG.md => CHANGELOG.md +1 -0
@@ 9,6 9,7 @@

### 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)

M staticman.yml => staticman.yml +1 -1
@@ 83,7 83,7 @@ comments:
  # (*) REQUIRED
  #
  # 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,
  # an error will be thrown.