Pages/Jekyll

This commit is contained in:
GitLab 2019-11-13 22:11:44 +01:00 committed by Marc Schwede
commit 411e1abf61
27 changed files with 1045 additions and 0 deletions

20
_layouts/default.html Normal file
View file

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