You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for raising this issue.
Previously, someone raised a similar question #190 and I tried to adapt the existing code but to no avail.
Your code seems ok to me except the pagination is in decimal points which resulted in the last page not being able to show. I have fixed it by including Math.ceil in the return code for the getTotalPages function.
Hi! I made a similar proposal a few months ago for my i18n version. And I finally just got to work and so I coded it! Being an i18n version, this requires some adaptations for the normal version, but in any case it works :)
Since the blog page has pagination, the tags should also paginate to keep the same functionality in that page.
I did something similar to my site: Adriel-M/adriel.dev#80 (no demo on my actual site since I don't have enough posts 😓 )
I had to:
ListLayout
ListLayoutWithTags.tsx
to handle finding out current tag and the base path since there's multiple levels now.Let me know if this is something wanted and I can try sending a PR
The text was updated successfully, but these errors were encountered: