summaryrefslogtreecommitdiff
path: root/public/views/hackmd.ejs
diff options
context:
space:
mode:
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>