I ran into trouble while creating screenshots for the Loops & Collections episode, and found that I needed to write the YAML config for the blogposts collections as:
collections:
blogposts:
output: true
instead of
collections:
-
blogposts:
-
output: true
as I had written in the lesson. This needs to be fixed and the explanatory text that goes with it needs to be updated to be accurate.
I ran into trouble while creating screenshots for the Loops & Collections episode, and found that I needed to write the YAML config for the
blogposts
collections as:instead of
as I had written in the lesson. This needs to be fixed and the explanatory text that goes with it needs to be updated to be accurate.