From f0ba35f34351c8b35dbc1dae83fa5fd7d018b942 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 11 Aug 2016 09:16:31 -0400 Subject: [PATCH] Test customizing `commitMessage` with post slug --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 3406ba26..ee977ea1 100644 --- a/_config.yml +++ b/_config.yml @@ -31,6 +31,7 @@ comments: staticman: allowedFields : ['name', 'email', 'url', 'message', 'date'] branch : "gh-pages" # "master", "gh-pages" + commitMessage : "New comment for {options.slug}." format : "yml" moderation : true path : "_data/comments/{options.slug}"