installed jekyll

This commit is contained in:
tetchi
2014-07-23 10:58:10 -04:00
parent 3a2a84b7f1
commit 7ba954535f
13 changed files with 657 additions and 0 deletions
+19
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>