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

Adds pagination to tags & categories #35

Merged
merged 4 commits into from
Dec 7, 2020
Merged

Adds pagination to tags & categories #35

merged 4 commits into from
Dec 7, 2020

Conversation

seanmcn
Copy link
Owner

@seanmcn seanmcn commented Dec 7, 2020

This covers adding pagination to the tag and category pages. It also rewrites gatsby-node.js to use await rather than chaining multiple promises, much more readable/modifiable.

Fixes #7

…es & tags as well as the main blog page. While doing this, I migrated the rest of the `gatsby-node.js` code to use the `await` style as I find that easier to modify than a chain of promises.
@seanmcn seanmcn self-assigned this Dec 7, 2020
@seanmcn seanmcn merged commit 6da1e40 into master Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tags & Categories don't have pagination
1 participant