Added pages for Abit, most notably about how to help out on development.

This commit is contained in:
2016-10-07 22:30:13 +02:00
commit 6c56d7ae4a
75 changed files with 3865 additions and 0 deletions

19
_layouts/default.html Normal file
View File

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