1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-20 08:46:55 +01:00

Adding full Jekyll site

This commit is contained in:
Guido Cossu
2016-10-12 12:10:54 +01:00
parent d75906f517
commit 3c0931cca9
22 changed files with 1885 additions and 18 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>