Switch to apostrophes

This commit is contained in:
Michael Rose 2016-08-09 21:55:34 -04:00 committed by GitHub
parent 3ee22ef7ac
commit 767e7d801d

View File

@ -29,12 +29,12 @@ comments:
num_posts : # 5 (default) num_posts : # 5 (default)
colorscheme : # "light" (default), "dark" colorscheme : # "light" (default), "dark"
staticman: staticman:
allowedFields: ["name", "email", "comment"] allowedFields: ['name', 'email', 'comment']
branch: "gh-pages" branch: "gh-pages"
format: "json" format: "json"
moderation: true moderation: true
path: "_data/comments/{options.slug}" path: "_data/comments/{options.slug}"
requiredFields: ["name", "comment"] requiredFields: ['name', 'email', 'comment']
transforms: transforms:
email: "md5" email: "md5"
atom_feed: atom_feed: