summaryrefslogtreecommitdiff
path: root/public/views/error.ejs
diff options
context:
space:
mode:
authorYukai Huang2017-01-21 14:05:51 +0800
committerYukai Huang2017-01-21 14:05:51 +0800
commit0e479111e55354434b5100ae165627f5fabe06b5 (patch)
tree451aced97ba8a111a9635a2e0d113aa8fcc7d5b7 /public/views/error.ejs
parent74b04d08b5a4cf51ba71dd1ea12388974e74f4df (diff)
parenta669c201beb3755703e87984268cbd08145e9ac6 (diff)
Merge branch 'master' into es6-integration
Diffstat (limited to 'public/views/error.ejs')
-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