Switch to apostrophes
This commit is contained in:
parent
3ee22ef7ac
commit
767e7d801d
@ -29,12 +29,12 @@ comments:
|
||||
num_posts : # 5 (default)
|
||||
colorscheme : # "light" (default), "dark"
|
||||
staticman:
|
||||
allowedFields: ["name", "email", "comment"]
|
||||
allowedFields: ['name', 'email', 'comment']
|
||||
branch: "gh-pages"
|
||||
format: "json"
|
||||
moderation: true
|
||||
path: "_data/comments/{options.slug}"
|
||||
requiredFields: ["name", "comment"]
|
||||
requiredFields: ['name', 'email', 'comment']
|
||||
transforms:
|
||||
email: "md5"
|
||||
atom_feed:
|
||||
|
Loading…
Reference in New Issue
Block a user