lara-zeus / sky

CMS for your website. it include posts, pages, tags, and categories. with a frontend scaffolding ready to use
https://larazeus.com/sky
MIT License
136 stars 25 forks source link

Fix page/post count bug #195

Closed mallardduck closed 6 months ago

mallardduck commented 6 months ago

Per this title and the bug, this fixes the posts/pages counts being wrong.

Before the fix:

Screenshot 2024-03-05 at 2 37 46 PM Screenshot 2024-03-05 at 2 38 02 PM

After the fix:

Screenshot 2024-03-05 at 2 38 24 PM Screenshot 2024-03-05 at 2 38 16 PM
atmonshi commented 6 months ago

thank you for the PR. I agree with your point, I separate the published_at from the page and posts scope.

now should be all good

thank you again.

mallardduck commented 6 months ago

appreciate the fast response and merge. i'll def send more issues/PRs your way as I come across things while using sky to build the blog part of my website.