summaryrefslogtreecommitdiff
path: root/public/views/error.ejs
diff options
context:
space:
mode:
authorClaudius2018-09-13 21:26:39 +0200
committerClaudius2018-11-03 00:52:48 +0100
commit44ffc564da1dd20b2fae3247d9fa314a52e0aaca (patch)
tree05a313b4a9526547b8b1782b9094135e2064d6d1 /public/views/error.ejs
parent637f955bddabf953778d27ffe348683bf1c27653 (diff)
removing global site layout vars from individual routers, putting them into app.local
Signed-off-by: Claudius <opensource@amenthes.de>
Diffstat (limited to '')
-rw-r--r--public/views/error.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/views/error.ejs b/public/views/error.ejs
index 98c3c74e..3ed76c8c 100644
--- a/public/views/error.ejs
+++ b/public/views/error.ejs
@@ -3,14 +3,14 @@
<head>
<%- include codimd/head %>
- <link rel="stylesheet" href="<%- url %>/css/center.css">
+ <link rel="stylesheet" href="<%- serverURL %>/css/center.css">
</head>
<body>
<%- include codimd/header %>
<div class="container-fluid text-center">
<div class="vertical-center-row">
- <h1><%- code %> <%- detail %> <small><%- msg %></small></h1>
+ <h1><%- code %> <%- detail %> <small><%- msg %></small></h1>
</div>
</div>
<%- include codimd/footer %>