Removed conditions which used @labs.members helper

refs https://github.com/TryGhost/Team/issues/332
refs 870a09b109

- The {{@labs.members}} always evaluates to "true" starting with Ghost 4.0 and will be "null" coercing to "false" starting Ghost 5.0
- Enabled all conditionals be default to pass the build in main Ghost repository. These changes should be reviewed - special attentio to the left out RSS feed which was surrounded with {{unless @labs.members}} condition
This commit is contained in:
Naz
2021-03-01 19:41:30 +13:00
parent 5fd447b815
commit b59893091c
3 changed files with 8 additions and 15 deletions

View File

@ -110,9 +110,7 @@ into the {body} of the default.hbs template --}}
</section>
{{!-- Email subscribe form at the bottom of the page --}}
{{#if @labs.members}}
{{> subscribe-form}}
{{/if}}
{{> subscribe-form}}
{{!--
<section class="post-full-comments">