chore: refactor includes to render
This commit is contained in:
parent
87a4c5bd78
commit
f162f04a6e
21 changed files with 119 additions and 142 deletions
|
@ -6,5 +6,5 @@ layout: base
|
|||
<main class="flex-1 w-10/12 max-w-screen-sm md:max-w-screen-md mx-auto">
|
||||
{{ content }}
|
||||
</main>
|
||||
{% include "partials/footer.liquid" %}
|
||||
{% render "partials/footer.liquid" %}
|
||||
</div>
|
Reference in a new issue