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