codebucks27 / Nextjs-tailwindcss-blog-template

⭐Build SEO optimized personal blog website with Next.js, Tailwind CSS and Contentlayer. If you want to learn to create this you can follow the tutorial link given in the Read me file.
https://create-blog-with-nextjs.vercel.app/
MIT License
499 stars 189 forks source link

categories page nested tags #8

Closed DenseLink closed 8 months ago

DenseLink commented 8 months ago

On the categories page, within the section that displays the - tags information, if multiple blogs have multiple different tags they don't all show up. Only some of the tags show up initially and when another tag is shown the displayed tags will change.

codebucks27 commented 8 months ago

On the categories page, within the section that displays the - tags information, if multiple blogs have multiple different tags they don't all show up. Only some of the tags show up initially and when another tag is shown the displayed tags will change.

Can you share demo link or video to understand it better?

DenseLink commented 8 months ago

https://drive.google.com/file/d/1-SlySW-HjKDO48assIptKEd1wynnCCWM/view?usp=drive_link

codebucks27 commented 8 months ago

Thanks for pointing out this issue. I have separated the logic of generating list of all the categories from filtering the blogs so now It should render all the categories. Here is the commit that you can check: https://github.com/codebucks27/Nextjs-tailwindcss-blog-template/commit/434e4847cbd9b4d550f3b024ac859c7b9c917fa7