From b96dd8bc2efdad3d4add991901b049cb76428d13 Mon Sep 17 00:00:00 2001 From: Pat Eskinasy Date: Thu, 15 Mar 2018 17:42:28 +0000 Subject: [PATCH] removing "" from path config and staticman --- _config.yml | 2 +- staticman.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index cac3be08..230fce2b 100644 --- a/_config.yml +++ b/_config.yml @@ -38,7 +38,7 @@ staticman: filename : # comment-{@timestamp} format : # "yml" moderation : # true - path : "/docs/_data/comments/{options.slug}" # "/_data/comments/{options.slug}" (default) + path : /docs/_data/comments/{options.slug} # "/_data/comments/{options.slug}" (default) requiredFields : # ['name', 'email', 'message'] transforms: email : # "md5" diff --git a/staticman.yml b/staticman.yml index e81b9de2..db5be907 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.