ghost-theme-sd.ai/partials/components/cta.hbs

25 lines
1.0 KiB
Handlebars
Raw Permalink Normal View History

2023-08-14 02:10:22 +01:00
{{#if @site.members_enabled}}
{{#unless @member}}
{{#match @custom.header_style "!=" "Landing"}}
{{#match @custom.header_style "!=" "Search"}}
{{#match @custom.header_style "!=" "Off"}}
2023-09-15 09:43:18 +01:00
{{#match posts.length ">=" 7}}
2023-08-14 02:10:22 +01:00
<section class="gh-cta gh-outer">
<div class="gh-cta-inner gh-inner">
<div class="gh-cta-content">
<h2 class="gh-cta-title is-title">
{{#if @custom.signup_heading}}{{@custom.signup_heading}}{{else}}{{@site.title}}{{/if}}
</h2>
<p class="gh-cta-description is-body">
{{#if @custom.signup_subheading}}{{@custom.signup_subheading}}{{else}}{{@site.description}}{{/if}}
</p>
2023-08-14 02:10:22 +01:00
</div>
{{> "email-subscription"}}
</div>
</section>
{{/match}}
{{/match}}
{{/match}}
2023-09-15 09:43:18 +01:00
{{/match}}
2023-08-14 02:10:22 +01:00
{{/unless}}
{{/if}}