Tags and categories don't link to the posts under that category or tag

my repo: nataliepjlin/up (github.com), original code is on master branch

Hi! I created pages for displaying categories and tags, and they can show the right amount of posts under them. However, neither these button nor the url(such as https://nataliepjlin.github.io/up/categories/actions/) can link to the posts under them. For example, the actions categories only have 1 post (aka /post-1/), but it will show all blog posts.
Is there any ways I can fix this problem? Thanks a lot!!!

This page:

http://localhost:1313/up/tags/foo/

Is rendered with:

themes/andromeda-light/layouts/_default/list.html

The page collection is incorrect:
https://github.com/nataliepjlin/up/blob/master/themes/andromeda-light/layouts/_default/list.html#L10

Please raise this issue with the theme author:
https://github.com/gethugothemes/andromeda-light/

Or learn how to override a theme’s templates.