You've already forked Ghost-Theme-Source
There are a couple of minor improvements which customers solve at the moment with various hacks and should be part of the theme instead. * Removed max-width from card excerpt * Updated custom theme settings - Added show/hide "Read more" section in posts - Added drop-cap option for posts - Added show/hide metadata for posts * Added lock icon for members-only posts on list * Updated excerpt logic to work with access levels * Fixing missing id's for input fields * Updated secondary color contrast
8 lines
386 B
Handlebars
8 lines
386 B
Handlebars
<form class="gh-form" data-members-form>
|
|
<input class="gh-form-input" id="{{email_field_id}}" type="email" placeholder="jamie@example.com" required data-members-email>
|
|
<button class="gh-button" type="submit" aria-label="Subscribe">
|
|
<span><span>Subscribe</span> {{> "icons/arrow"}}</span>
|
|
{{> "icons/loader"}}
|
|
{{> "icons/checkmark"}}
|
|
</button>
|
|
</form> |