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,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:
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in New Issue