summaryrefslogtreecommitdiff
path: root/public/views/error.ejs
diff options
context:
space:
mode:
authorWu Cheng-Han2017-01-21 13:08:29 +0800
committerWu Cheng-Han2017-01-21 13:08:29 +0800
commit09a7bcbdef237c1443bbbfc29010e7106cffd739 (patch)
tree12e28f44dc82ae8f4d48dc8072a480f7312e47a3 /public/views/error.ejs
parent6e8ff3de234471375836ba907e86bf39804c308e (diff)
Refactor templates and rearrange its path
Diffstat (limited to '')
-rw-r--r--public/views/error.ejs6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/views/error.ejs b/public/views/error.ejs
index 402b5eb0..a40ed39c 100644
--- a/public/views/error.ejs
+++ b/public/views/error.ejs
@@ -2,18 +2,18 @@
<html lang="en">
<head>
- <%- include head %>
+ <%- include hackmd/head %>
<link rel="stylesheet" href="<%- url %>/css/center.css">
</head>
<body>
- <%- include header %>
+ <%- include hackmd/header %>
<div class="container-fluid text-center">
<div class="vertical-center-row">
<h1><%- code %> <%- detail %> <small><%- msg %></small></h1>
</div>
</div>
- <%- include footer %>
+ <%- include hackmd/footer %>
</body>
</html> \ No newline at end of file