Refactor templates and rearrange its path

This commit is contained in:
Wu Cheng-Han 2017-01-21 13:08:29 +08:00
parent 6e8ff3de23
commit 09a7bcbdef
22 changed files with 247 additions and 243 deletions

View file

@ -2,14 +2,14 @@
<html lang="en">
<head>
<%- include head %>
<%- include hackmd/head %>
</head>
<body>
<%- include header %>
<%- include body %>
<%- include footer %>
<%- include foot %>
<%- include hackmd/header %>
<%- include hackmd/body %>
<%- include hackmd/footer %>
<%- include hackmd/foot %>
</body>
</html>
</html>