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:
parent
575c23e547
commit
52742e0496
|
@ -513,7 +513,7 @@ With these defaults, all posts would use the `my-site` layout. Any html files th
|
|||
|
||||
```yaml
|
||||
collections:
|
||||
- my_collection:
|
||||
my_collection:
|
||||
output: true
|
||||
|
||||
defaults:
|
||||
|
|
Loading…
Reference in New Issue