From 454e9dd8035a19f9eb5fff68cb75c50e22d8101d Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 10 Aug 2016 14:26:28 -0400 Subject: [PATCH] Update _config.yml --- _config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 4f9f0284..36e7a1c5 100644 --- a/_config.yml +++ b/_config.yml @@ -29,12 +29,11 @@ comments: num_posts : # 5 (default) colorscheme : # "light" (default), "dark" staticman: - allowedFields : ['name', 'email', 'url', 'message'] + allowedFields : ['name', 'email', 'url', 'message', 'date'] branch : "gh-pages" # "master", "gh-pages" format : "yml" moderation : true path : "_data/comments/{options.slug}" - filename : "{@timestamp}-{@hash}" requiredFields : ['name', 'email', 'message'] transforms: email : "md5"