feat: support nav and pages in cms
This commit is contained in:
parent
e1b0dc5243
commit
f5adf0ba06
35 changed files with 235 additions and 444 deletions
|
@ -3,5 +3,5 @@ layout: base
|
|||
---
|
||||
<div class="main-wrapper">
|
||||
<main>{{ content }}</main>
|
||||
{% render "partials/footer.liquid", page:page, nav:nav, updated:updated %}
|
||||
{% render "partials/footer.liquid", page:page, nav:nav, updated:page.updated %}
|
||||
</div>
|
Reference in a new issue