10mohi6 / hugo-theme-simple-blog

simple-blog is a simple blog theme for hugo.
MIT License
10 stars 7 forks source link

Sorting by tags returns all recent posts #1

Open bugtrapper opened 4 years ago

bugtrapper commented 4 years ago

Steps to reproduce the bug Click on a tag used in a post or go directly to the page of a tag previously used. Example on the demo page

Resulting and expected behaviour All posts that are shown on the home page are displayed instead of only the posts that use the specified tag.

10mohi6 commented 4 years ago

It is a bug that does not reproduce in the following local environment

$ git clone https://github.com/gohugoio/hugoBasicExample.git
$ cd hugoBasicExample
$ git clone https://github.com/10mohi6/hugo-theme-simple-blog themes/simple-blog
$ hugo server -t simple-blog
stefanocoretta commented 3 years ago

I can reproduce the same bug, also with the example site.