You've already forked Ghost-Theme-Source
Footer
This commit is contained in:
21
partials/components/footer.hbs
Normal file
21
partials/components/footer.hbs
Normal file
@@ -0,0 +1,21 @@
|
||||
<footer class="gh-footer gh-outer">
|
||||
<div class="gh-footer-inner gh-inner">
|
||||
|
||||
<span class="gh-footer-logo">
|
||||
{{#if @site.logo}}
|
||||
<img src="{{@site.logo}}" alt="{{@site.title}}">
|
||||
{{else}}
|
||||
{{@site.title}}
|
||||
{{/if}}
|
||||
</span>
|
||||
|
||||
<nav class="gh-footer-menu">
|
||||
{{navigation type="secondary"}}
|
||||
</nav>
|
||||
|
||||
<div class="gh-footer-copyright">
|
||||
Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user