Hello,
I have disabled posts on the main page of the site.
They are not displayed.
I commented this code block:
{{#foreach posts visibility="all"}}
{{!-- The tag below includes the markup for each post - partials/post-card.hbs --}}
{{> "post-card"}}
{{/foreach}}
Why does Ghost generate pages from my site like this?
domain.com/page/2/
domain.com/page/3/
..
Google is indexing them, but they are empty
I have 29 pages automatically created by the system, but they are empty
from /page/2 to /page/29