summaryrefslogtreecommitdiff
path: root/public/views/hackmd.ejs
diff options
context:
space:
mode:
authorRaccoon2017-03-03 09:22:35 +0800
committerGitHub2017-03-03 09:22:35 +0800
commit48592d692c2b8a71e3ca9e7f0bc34f230eea1542 (patch)
tree053538d49b92121e29e0e576d2e5e0b249d28537 /public/views/hackmd.ejs
parenta8b99638b2bc4db0dffd643b96287faf4f97e030 (diff)
parent0bea4da6238b1f46562b146b32d88fc8d8b9060a (diff)
Merge branch 'master' into feature/addSecrets
Diffstat (limited to 'public/views/hackmd.ejs')
-rw-r--r--public/views/hackmd.ejs12
1 files changed, 6 insertions, 6 deletions
diff --git a/public/views/hackmd.ejs b/public/views/hackmd.ejs
index c5778fc9..49084a63 100644
--- a/public/views/hackmd.ejs
+++ b/public/views/hackmd.ejs
@@ -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> \ No newline at end of file
+</html>