Remove tag from main page

I’m trying to get the main page to not display posts with the tag books, but I’m failing to do so.
Here’s my route file:

collections:
/:
permalink: /{slug}/
template: index
tag: -[hash-books]

Technical details about setup:
Ghost URL: Localhost
Ghost version: Ghost-CLI version: 1.24.0
Ghost version: 5.39.0
Node version: v18.12.1
Not sure how to see issues in the console

Is your tag books or #books ?

1 Like

Hi @Cathy_Sarisky, you provided an answer in the other issue I posted, basically, I did not have a filter in there, just tag, so instead of filtering I was exclusively including posts from this tag.