From 767e7d801dbee70dc055044cbb7ed73abe06cf13 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 9 Aug 2016 21:55:34 -0400 Subject: [PATCH] Switch to apostrophes --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index f7f13b5e..49f7a1b2 100644 --- a/_config.yml +++ b/_config.yml @@ -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: