mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-21 18:55:19 -04:00
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>
This commit is contained in:
parent
b242b59db4
commit
23c33c0c04
11 changed files with 22 additions and 22 deletions
15
public/views/codimd.ejs
Normal file
15
public/views/codimd.ejs
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<%- include codimd/head %>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<%- include codimd/header %>
|
||||
<%- include codimd/body %>
|
||||
<%- include codimd/footer %>
|
||||
<%- include codimd/foot %>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue