As a user, I want to be able to click on a tag and see all the talks and articles that have that tag.
Acceptance Criteria:
- When I click on a tag, I am taken to a new page that displays all the talks and articles with that tag.
- The talks and articles are displayed as cards.
- Talks and articles have different colors to distinguish them.
- The URL for the tag page should be
/tags/:tag_name.
- The tag name in the URL should be lowercased.
- The solution should be implemented in version
0.14.2.
As a user, I want to be able to click on a tag and see all the talks and articles that have that tag.
Acceptance Criteria:
/tags/:tag_name.0.14.2.