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"}}
|
|
|
|
<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">{{@site.title}}</h2>
|
|
|
|
{{#if @site.description}}
|
|
|
|
<p class="gh-cta-description is-body">{{@site.description}}</p>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
{{> "email-subscription"}}
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
{{/match}}
|
|
|
|
{{/match}}
|
|
|
|
{{/match}}
|
|
|
|
{{/unless}}
|
|
|
|
{{/if}}
|