From 76a935f1792d09110c052bca778960a2e74073b2 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 11 Aug 2016 09:19:57 -0400 Subject: [PATCH] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index ee977ea1..3dd22af4 100644 --- a/_config.yml +++ b/_config.yml @@ -31,7 +31,7 @@ comments: staticman: allowedFields : ['name', 'email', 'url', 'message', 'date'] branch : "gh-pages" # "master", "gh-pages" - commitMessage : "New comment for {options.slug}." + commitMessage : "New comment." format : "yml" moderation : true path : "_data/comments/{options.slug}"