From 84a12d50603062a486cddba1e4daf7c946142e8e Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 10 Aug 2016 14:00:30 -0400 Subject: [PATCH] Remove .yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 04c4b1a5..c7cf999f 100644 --- a/_config.yml +++ b/_config.yml @@ -34,7 +34,7 @@ staticman: format : "yml" moderation : true path : "_data/comments/{options.slug}" - filename : {@timestamp}-{@hash}.yml + filename : {@timestamp}-{@hash} requiredFields : ['name', 'email', 'message'] transforms: email : "md5"