From ec671633b82d51a9cfef547008cdfb5317213f2f Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 11 Aug 2016 14:54:30 -0400 Subject: [PATCH] Add filename --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 1f295da1..907f04f3 100644 --- a/_config.yml +++ b/_config.yml @@ -32,6 +32,7 @@ staticman: allowedFields : ['name', 'email', 'url', 'message'] branch : "gh-pages" # "master", "gh-pages" commitMessage : "New comment." + filename : comment-{@timestamp} format : "yml" moderation : true path : "_data/comments/{options.slug}"