commit | d006b309fb754ee187180691a15b36016adea629 | [log] [tgz] |
---|---|---|
author | bigbiff <bigbiff@teamw.in> | Fri Mar 06 18:36:03 2015 -0500 |
committer | bigbiff <bigbiff@teamw.in> | Fri Mar 06 18:36:03 2015 -0500 |
tree | 962ade97091f4ff98c71dfc36892b5c44a205e29 |
Initial Commit
diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..e4ab96f --- /dev/null +++ b/_layouts/default.html
@@ -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>