I have this snippet in the head section of default.hbs
:
{{! Page Meta }}
<title>{{meta_title}}{{#is "post, page"}} — {{@site.title}}{{/is}}</title>
{{#has tag="hash-seo-disallowed"}}
<meta name="robots" content="noindex, nofollow">
{{/has}}
<meta name="tags" content="{{tags autolink='false' visibility='all' separator=', '}}" />
However it does not display any tags at all. I know the posts and pages have tags on them, what am I missing? - It cannot be outside the scope(?), since {{meta_title}}
works just fine…
Ghost-CLI version: 1.15.3
Ghost version: 3.39.3
Thanks,
Flemming