Local-ize the Swiss theme

Ready for bastardisation :D
This commit is contained in:
warlordjones
2019-09-17 22:18:31 +01:00
parent 0e19438c1a
commit 92cf00665a
34 changed files with 1627 additions and 1 deletions

18
_layouts/default.html Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div>
{{ content }}
</div>
{% include footer.html %}
</body>
</html>