Initial commit
This commit is contained in:
commit
5c673525d6
43 changed files with 9620 additions and 0 deletions
14
src/_includes/main.liquid
Normal file
14
src/_includes/main.liquid
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: base
|
||||
---
|
||||
|
||||
<div class="min-h-screen flex flex-col">
|
||||
|
||||
<main class="flex-1 w-10/12 max-w-screen-sm md:max-w-screen-md mx-auto">
|
||||
|
||||
{{ content }}
|
||||
|
||||
</main>
|
||||
|
||||
{% include "footer.liquid" %}
|
||||
</div>
|
Reference in a new issue