From ba865a726b976dd2cba60c260012d92bbcb4752c Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 7 Aug 2018 15:55:19 -0400 Subject: [PATCH] Remove slash at the beginning of `path` in staticman.yml example --- CHANGELOG.md | 1 + staticman.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b95773c..eb0d330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/staticman.yml b/staticman.yml index c8e0ec5..ef88f09 100644 --- a/staticman.yml +++ b/staticman.yml @@ -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. -- 2.45.2