M CHANGELOG.md => CHANGELOG.md +1 -0
@@ 2,6 2,7 @@
### Enhancements
+* Update Staticman commit message to include commentor's name.
* Improve side navigation spacing in relation to masthead.
* Style archive links with appropriate link color.
* Adjust feature row spacing and font-sizes.
M _config.yml => _config.yml +1 -1
@@ 40,7 40,7 @@ comments:
staticman:
allowedFields : # ['name', 'email', 'url', 'message']
branch : # "master"
- commitMessage : # "New comment."
+ commitMessage : # "New comment by {fields.name}"
filename : # comment-{@timestamp}
format : # "yml"
moderation : # true
M staticman.yml => staticman.yml +1 -1
@@ 25,7 25,7 @@ comments:
# request.
branch: "master"
- commitMessage: "New comment"
+ commitMessage: "New comment by {fields.name}"
# (*) REQUIRED
#