ghost-theme-sd.ai/partials/email-subscription.hbs

8 lines
339 B
Handlebars
Raw Normal View History

2023-08-28 06:27:33 +01:00
<form class="gh-form" data-members-form>
<input class="gh-form-input" type="email" placeholder="jamie@example.com" required data-members-email>
<button class="gh-button" type="submit">
2023-09-05 06:33:32 +01:00
<span><span>Subscribe</span> {{> "icons/arrow"}}</span>
2023-08-28 06:27:33 +01:00
{{> "icons/loader"}}
{{> "icons/checkmark"}}
</button>
2023-08-14 02:10:22 +01:00
</form>