Initial release

This commit is contained in:
Maxime Vaillancourt
2020-05-19 22:59:37 -04:00
parent 117a1922d8
commit a110142f56
22 changed files with 845 additions and 18 deletions

11
_layouts/default.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<nav>{% include nav.html %}</nav>
<div class="wrapper">
<main>{{ content }}</main>
<footer>{% include footer.html %}</footer>
</div>
</body>
</html>