Closed
Description
I'm creating a blog. Each post are tagged. I've created each tag with the zero maintenance tag pages tip.
But each tag can potentially contain lots of posts. Can Eleventy create paginated tag pages?
EG:
- /tags/tag1/
- /tags/tag1/page2
- /tags/tag1/page3
- /tags/tag2/
- /tags/tag2/page2
- /tags/tag3/
And so on.