Hide specific articles tagged with a specific tag

If you’re using {{#get}} to list your articles you may want try {{#if primary_tag.your_tag}} – https://ghost.org/changelog/primary-tags/

Alternatively, you can use {{#has tag=“your_tag”}} … {else}} {{/has}} – https://ghost.org/docs/themes/helpers/has/

Hope it helps!