Move website source to /source
This commit is contained in:
parent
530fc76ede
commit
6981ccad43
81 changed files with 8 additions and 34 deletions
12
source/_layouts/main.html
Normal file
12
source/_layouts/main.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
# Base layout with header, footer, and content is in a main tag
|
||||
layout: base
|
||||
---
|
||||
|
||||
{% include header.html %}
|
||||
|
||||
<main class="flex-shrink-0">
|
||||
{{ content }}
|
||||
</main>
|
||||
|
||||
{% include footer.html %}
|
Loading…
Add table
Add a link
Reference in a new issue