summaryrefslogtreecommitdiff
path: root/public/views/hackmd.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/hackmd.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/hackmd.ejs15
1 files changed, 0 insertions, 15 deletions
diff --git a/public/views/hackmd.ejs b/public/views/hackmd.ejs
deleted file mode 100644
index 49084a63..00000000
--- a/public/views/hackmd.ejs
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-
-<head>
- <%- include hackmd/head %>
-</head>
-
-<body>
- <%- include hackmd/header %>
- <%- include hackmd/body %>
- <%- include hackmd/footer %>
- <%- include hackmd/foot %>
-</body>
-
-</html>