From 52742e049668b8c92d7bb439f7d7d17179c999c9 Mon Sep 17 00:00:00 2001 From: Don Denton Date: Thu, 17 Nov 2016 01:12:41 -0600 Subject: [PATCH] Fix bad config YAML in collections example If you add the previous version to your config file, you'd get an error on build/serve. --- docs/_docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/configuration.md b/docs/_docs/configuration.md index 41fed980..9dca5cea 100644 --- a/docs/_docs/configuration.md +++ b/docs/_docs/configuration.md @@ -513,8 +513,8 @@ With these defaults, all posts would use the `my-site` layout. Any html files th ```yaml collections: - - my_collection: - output: true + my_collection: + output: true defaults: -