-
@heydonworks @eleven_ty 1. posts/*.md all have tag
posts
and uses layoutmain
2. main.njk paginates overcollections.posts
So each posts/*.md is trying to paginate over itself. e.g. bite.md effectively has: --- tag: posts pagination: data: collections.posts ---