Overview
Blogs should have a page that lists all tags that have been used on that blog.
Background
Users want a single place to come to and browse all the topics they've written about.
Users
Suggested by Connor Martin on the public roadmap
Implementation
Refactor tag storage system (T809: Support categories (internally)). Then SELECT tag FROM tags WHERE collection_id = 1 and display them all on a page.