From 209e6bdcacfb50edd4e223346d5595e18daaf06f Mon Sep 17 00:00:00 2001 From: genghisun Date: Wed, 8 Aug 2018 03:52:32 +0800 Subject: [PATCH] remove the slash at the beginning of the 'path' in staticman.yml's example (#1772) --- docs/_docs/05-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/05-configuration.md b/docs/_docs/05-configuration.md index 53caa39c8986..63843e18e25a 100644 --- a/docs/_docs/05-configuration.md +++ b/docs/_docs/05-configuration.md @@ -376,7 +376,7 @@ comments: options: format : "iso8601" moderation : true - path : "/_data/comments/{options.slug}" (default) + path : "_data/comments/{options.slug}" requiredFields : ["name", "email", "message"] transforms: email : md5