fix: footer
This commit is contained in:
parent
427a73cd94
commit
a1a9eef9e2
4 changed files with 9 additions and 7 deletions
|
@ -9,8 +9,6 @@ layout: base
|
|||
{%- endif -%}
|
||||
{%- endcapture -%}
|
||||
<div class="main-wrapper">
|
||||
<main>
|
||||
{{ content }}
|
||||
{% render "partials/footer.liquid", page:page, nav:nav, updated:updateTime %}
|
||||
</main>
|
||||
<main>{{ content }}</main>
|
||||
{% render "partials/footer.liquid", page:page, nav:nav, updated:updateTime %}
|
||||
</div>
|
Reference in a new issue