diyajaiswal11 / Bloggitt

Bloggitt is a blogging website that allows users to post their thoughts and knowledge with others.
MIT License
39 stars 33 forks source link

feat: blogs for a particular tag #65

Closed SubhradeepSS closed 3 years ago

SubhradeepSS commented 3 years ago

Issue fixed: #64

Features added: Clicking on any tag on any post will render a template showing all the posts having that tag included.

Note: Each tag is linked with an href tag to render the postsbytag.html page whose endpoint is - http://127.0.0.1:8000/tags/<slug:slug>/ where slug is the slug of the tag clicked.

Screenshots: 2