tattle-made / website

Source code for Tattle's website.
https://tattle.co.in/
MIT License
2 stars 11 forks source link

Dynamic Pages for each tag #113

Closed aatmanvaidya closed 1 year ago

aatmanvaidya commented 1 year ago

Currently, for each blog post, tags are not visible. The task is to display the tags for each blog post and make them dynamic. Each Tag would have a new page (/blog/{tag_name}). And on this page, the blog posts with the tag will be filtered and displayed.

tarunima commented 1 year ago

The technical implementation for the tagging system is done. We now need to add tags for each blog posts.