2023-07-26 09:03:19 +01:00
|
|
|
<section class="gh-cta gh-outer">
|
|
|
|
<div class="gh-cta-inner gh-inner">
|
|
|
|
<div class="gh-cta-content">
|
2023-07-27 07:59:33 +01:00
|
|
|
<h2 class="gh-cta-title is-title">
|
|
|
|
{{#if @custom.footer_signup_header}}
|
|
|
|
{{@custom.footer_signup_header}}
|
|
|
|
{{else}}
|
|
|
|
Subscribe to {{@site.title}}
|
|
|
|
{{/if}}
|
|
|
|
</h2>
|
2023-07-26 09:03:19 +01:00
|
|
|
</div>
|
|
|
|
<form class="gh-header-form">
|
|
|
|
<input class="gh-header-input" type="email" placeholder="jamie@example.com">
|
|
|
|
<button class="gh-button" type="submit">Subscribe</button>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</section>
|