Fix JSON front matter expl per gohugoio/hugo@ede452d

This commit is contained in:
Ryan Watters
2017-03-14 14:19:28 -05:00
parent b64f808ef6
commit 770b9ac77b
+1 -1
View File
@@ -26,7 +26,7 @@ YAML
: identified by opening and closing `---` *or* opening `---` and closing `...`
JSON
: a single JSON object surrounded by '`{`' and '`}`', each on their own line.
: a single JSON object surrounded by '`{`' and '`}`', followed by a new line.
### TOML Example