You've already forked Ghost-Theme-Source
Tag and author templates, design details
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="gh-footer-inner gh-inner">
|
||||
|
||||
<div class="gh-footer-bar">
|
||||
<span class="gh-footer-logo">
|
||||
<span class="gh-footer-logo is-title">
|
||||
{{#if @site.logo}}
|
||||
<img src="{{@site.logo}}" alt="{{@site.title}}">
|
||||
{{else}}
|
||||
@@ -19,10 +19,10 @@
|
||||
|
||||
<section class="gh-footer-signup">
|
||||
{{#if @custom.footer_signup_header}}
|
||||
<h2 class="gh-footer-signup-header">{{@custom.footer_signup_header}}</h2>
|
||||
<h2 class="gh-footer-signup-header is-title">{{@custom.footer_signup_header}}</h2>
|
||||
{{/if}}
|
||||
{{#if @custom.footer_signup_subhead}}
|
||||
<p class="gh-footer-signup-subhead">{{@custom.footer_signup_subhead}}</p>
|
||||
<p class="gh-footer-signup-subhead is-body">{{@custom.footer_signup_subhead}}</p>
|
||||
{{/if}}
|
||||
<button class="gh-button">Subscribe</button>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user