Test customizing commitMessage with post slug

This commit is contained in:
Michael Rose 2016-08-11 09:16:31 -04:00 committed by GitHub
parent d410566aec
commit f0ba35f343

View File

@ -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}"