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.
This commit is contained in:
Don Denton 2016-11-17 01:12:41 -06:00 committed by GitHub
parent 575c23e547
commit 52742e0496
1 changed files with 2 additions and 2 deletions

View File

@ -513,8 +513,8 @@ With these defaults, all posts would use the `my-site` layout. Any html files th
```yaml ```yaml
collections: collections:
- my_collection: my_collection:
output: true output: true
defaults: defaults:
- -