You've already forked Ghost-Theme-Source
Various fixes and improvements
This commit is contained in:
@@ -16,20 +16,18 @@
|
||||
Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<section class="gh-footer-signup">
|
||||
<h2 class="gh-footer-signup-header is-title">
|
||||
{{#if @custom.footer_signup_header}}
|
||||
{{@custom.footer_signup_header}}
|
||||
{{else}}
|
||||
Subscribe to {{@site.title}}
|
||||
{{/if}}
|
||||
</h2>
|
||||
{{#if @custom.footer_signup_subhead}}
|
||||
<p class="gh-footer-signup-subhead is-body">{{@custom.footer_signup_subhead}}</p>
|
||||
{{/if}}
|
||||
<button class="gh-button">Subscribe</button>
|
||||
</section>
|
||||
|
||||
{{#if @site.members_enabled}}
|
||||
{{#unless @member}}
|
||||
<section class="gh-footer-signup">
|
||||
<h2 class="gh-footer-signup-header is-title">{{@site.title}}</h2>
|
||||
{{#if @site.description}}
|
||||
<p class="gh-footer-signup-subhead is-body">{{@site.description}}</p>
|
||||
{{/if}}
|
||||
{{> "email-subscription"}}
|
||||
</section>
|
||||
{{/unless}}
|
||||
{{/if}}
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user