Start adding delicious content

This commit is contained in:
2017-11-14 22:49:46 -08:00
parent 2eabc92a5e
commit e0ece570e6
10 changed files with 67 additions and 2 deletions

15
_layouts/default.html Normal file
View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<div id="main">
{% include header.html %}
<div id="content">
{{ content }}
</div>
{% include footer.html %}
</div>
</body>
</html>