From 47cb3a8fd72529ea5508469f3681e4fc6730e6c6 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 24 Aug 2015 18:01:04 -0700 Subject: [PATCH] docs: categories/tags only with array & comma-separated string Fixed #3930 --- site/_docs/frontmatter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_docs/frontmatter.md b/site/_docs/frontmatter.md index 7d27dc07..c9a0292e 100644 --- a/site/_docs/frontmatter.md +++ b/site/_docs/frontmatter.md @@ -109,7 +109,7 @@ front matter of a page or post. the post will act as though it had been set with these categories normally. Categories (plural key) can be specified as a YAML list or a - space-separated string. + comma-separated string.

@@ -123,7 +123,7 @@ front matter of a page or post. Similar to categories, one or multiple tags can be added to a post. Also like categories, tags can be specified as a YAML list or a - space-separated string. + comma-separated string.