austingebauer / devise

A fast, minimal, responsive Hugo theme for blogs.
https://themes.gohugo.io/devise
MIT License
103 stars 56 forks source link

/tags/* not working #3

Closed gregsramblings closed 4 years ago

gregsramblings commented 4 years ago

https://austingebauer.com/tags/golang/ doesn't show all posts with the "golang" tag. I'm seeing the same behavior on my site.

Thanks!

austingebauer commented 4 years ago

Thanks for opening this, @gregsramblings! I'll have a look at this and try to get a fix in quickly.

austingebauer commented 4 years ago

@gregsramblings - This should be fixed in a5b61129d191f46cd0bf7c25c2f54faba1cdc55c. You can see what the change looks like on https://austingebauer.com/tags/ and https://austingebauer.com/tags/golang/. The tags/ page now behaves similar to the categories/ page.

Can you update your Devise theme to the latest commit via devise#updating and let me know if that works for you? Thanks!

gregsramblings commented 4 years ago

All good - thanks!