2
0

Move site to root in this branch.

This commit is contained in:
Maarten Billemont
2018-04-20 09:15:28 -04:00
parent 409f005eec
commit d0cd8ae288
1561 changed files with 36 additions and 132736 deletions

16
_layouts/default.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html class="{{ page.nav }}">
{% include head.html %}
<body>
{% include header.html %}
{{ content }}
{% include footer.html %}
</body>
</html>