This commit is contained in:
Sodbileg Gansukh
2023-07-10 14:12:45 +08:00
parent 42781d56ef
commit 413e08cfb1
5 changed files with 45 additions and 2 deletions

View 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>