footer
All checks were successful
Deploy Theme / deploy (push) Successful in 9s

This commit is contained in:
Helldragon67 2024-10-20 12:22:10 +08:00
parent f1e9faba9e
commit 713646310d
2 changed files with 12 additions and 26 deletions

View File

@ -2744,6 +2744,18 @@ figcaption a {
margin-bottom: none; margin-bottom: none;
} }
.gh-footer,
.gh-inner {
padding-bottom: none;
margin-bottom: none;
}
.gh-footer-inner,
.gh-inner {
padding-bottom: none;
margin-bottom: none;
}
.gh-footer a:not(.gh-button) { .gh-footer a:not(.gh-button) {
color: inherit; color: inherit;
} }

View File

@ -1,35 +1,9 @@
<footer class="gh-footer{{#match @custom.header_and_footer_color "Accent color"}} has-accent-color{{/match}} gh-outer"> <footer class="gh-footer{{#match @custom.header_and_footer_color "Accent color"}} has-accent-color{{/match}} gh-outer">
<div class="gh-footer-inner gh-inner"> <div class="gh-footer-inner gh-inner">
<div class="gh-footer-bar"> <div class="gh-footer-bar">
{{!-- <span class="gh-footer-logo is-title">
{{#if @site.logo}}
<img src="{{@site.logo}}" alt="{{@site.title}}">
{{else}}
{{@site.title}}
{{/if}}
</span> --}}
<nav class="gh-footer-menu"> <nav class="gh-footer-menu">
{{navigation type="secondary"}} {{navigation type="secondary"}}
</nav> </nav>
{{!-- <div class="gh-footer-copyright">
Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a>
</div> --}}
</div> </div>
{{!--
{{#if @site.members_enabled}}
{{#unless @member}}
<section class="gh-footer-signup">
<h2 class="gh-footer-signup-header is-title">
{{#if @custom.signup_heading}}{{@custom.signup_heading}}{{else}}{{@site.title}}{{/if}}
</h2>
<p class="gh-footer-signup-subhead is-body">
{{#if @custom.signup_subheading}}{{@custom.signup_subheading}}{{else}}{{@site.description}}{{/if}}
</p>
{{> "email-subscription" email_field_id="footer-email"}}
</section>
{{/unless}}
{{/if}} --}}
</div> </div>
</footer> </footer>