summaryrefslogtreecommitdiff
path: root/public/views/error.ejs
diff options
context:
space:
mode:
authorSheogorath2018-06-24 13:37:46 +0200
committerSheogorath2018-06-24 13:40:18 +0200
commit23c33c0c046a9a27b2a31d334f6f818d8b1b3459 (patch)
tree8aa6c2b06156ddfb5b406d6450ffb4e030b9a4d8 /public/views/error.ejs
parentb242b59db4b27bac345d98f982def7c54955c84c (diff)
Rename HackMD view to CodiMD
Even when it looks a bit weird in first place to rename all internals step by step, it makes sense to do so, because we run into confusion afterwards. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r--public/views/error.ejs8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/views/error.ejs b/public/views/error.ejs
index a40ed39c..98c3c74e 100644
--- a/public/views/error.ejs
+++ b/public/views/error.ejs
@@ -2,18 +2,18 @@
<html lang="en">
<head>
- <%- include hackmd/head %>
+ <%- include codimd/head %>
<link rel="stylesheet" href="<%- url %>/css/center.css">
</head>
<body>
- <%- include hackmd/header %>
+ <%- include codimd/header %>
<div class="container-fluid text-center">
<div class="vertical-center-row">
<h1><%- code %> <%- detail %> <small><%- msg %></small></h1>
</div>
</div>
- <%- include hackmd/footer %>
+ <%- include codimd/footer %>
</body>
-</html> \ No newline at end of file
+</html>