You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2022. It is now read-only.
Categorizing and tagging are different functionalities. But apparently, Category page is using exactly the same layout as Tag page, which is not reasonable.
i.e. It's hard to skim the posts under a certain category, especially when there are a lot of articles under that category.
Possible solution:
It would be better to just list post titles and omit the content when selecting a particular category, or
Show more information (i.e. lists of post titles) on the category page, instead of treating it as the tag page.