13 lines
410 B
Handlebars
13 lines
410 B
Handlebars
<footer class="gh-foot{{#unless @site.secondary_navigation}} no-menu{{/unless}} gh-outer">
|
|
<div class="gh-foot-inner gh-inner">
|
|
{{#if @site.secondary_navigation}}
|
|
<nav class="gh-foot-menu">
|
|
{{navigation type="secondary"}}
|
|
</nav>
|
|
{{/if}}
|
|
<div class="gh-copyright">
|
|
{{@site.title}} © {{date format="YYYY"}}
|
|
</div>
|
|
</div>
|
|
</footer>
|