diff options
author | Yukai Huang | 2017-01-21 14:05:51 +0800 |
---|---|---|
committer | Yukai Huang | 2017-01-21 14:05:51 +0800 |
commit | 0e479111e55354434b5100ae165627f5fabe06b5 (patch) | |
tree | 451aced97ba8a111a9635a2e0d113aa8fcc7d5b7 /public/views/error.ejs | |
parent | 74b04d08b5a4cf51ba71dd1ea12388974e74f4df (diff) | |
parent | a669c201beb3755703e87984268cbd08145e9ac6 (diff) |
Merge branch 'master' into es6-integration
Diffstat (limited to '')
-rw-r--r-- | public/views/error.ejs | 6 |
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 |