mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -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
|
@ -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>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue