Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add pagination to homepage and tag pages? #129

Closed
cawa-93 opened this issue May 5, 2022 · 1 comment
Closed

How to add pagination to homepage and tag pages? #129

cawa-93 opened this issue May 5, 2022 · 1 comment

Comments

@cawa-93
Copy link

cawa-93 commented May 5, 2022

I would like add pagination to all postlists. For homepage i almost find solution. But how do it for tag pages?

@zachleat
Copy link
Member

For archive.njk you just follow the standard pagination instructions (with pagination -> data: collections.posts). See https://www.11ty.dev/docs/pagination/#paging-a-collection

For tag pages you’ll have to get a bit more clever, read the two-layer pagination pinned issue on Eleventy core 11ty/eleventy#461

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants