Switch to apostrophes
This commit is contained in:
parent
3ee22ef7ac
commit
767e7d801d
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user