Skip to content

Commit

Permalink
Remove subscribe CTA on post pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlapenna committed Jul 6, 2023
1 parent 2a0f688 commit dacc1d5
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions post.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -96,25 +96,6 @@ into the {body} tag of the default.hbs template --}}
</article>
</main>

{{!-- A signup call to action is displayed here, unless viewed as a logged-in member --}}
{{#if @site.members_enabled}}
{{#unless @member}}
{{#unless @site.comments_enabled}}
{{#if access}}
<section class="footer-cta outer">
<div class="inner">
{{#if @custom.email_signup_text}}<h2 class="footer-cta-title">{{@custom.email_signup_text}}</h2>{{/if}}
<a class="footer-cta-button" href="#/portal" data-portal>
<div class="footer-cta-input">Enter your email</div>
<span>Subscribe</span>
</a>
</div>
</section>
{{/if}}
{{/unless}}
{{/unless}}
{{/if}}


{{!-- Read more links, just above the footer --}}
{{#if @custom.show_recent_posts_footer}}
Expand Down

0 comments on commit dacc1d5

Please sign in to comment.