From 858b5cc2a4d5f1820af8c6e654ff4121f8f04827 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 53caa39c..63843e18 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