From 44ffc564da1dd20b2fae3247d9fa314a52e0aaca Mon Sep 17 00:00:00 2001 From: Claudius Date: Thu, 13 Sep 2018 21:26:39 +0200 Subject: removing global site layout vars from individual routers, putting them into app.local Signed-off-by: Claudius --- public/views/error.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/views/error.ejs') 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 @@ <%- include codimd/head %> - + <%- include codimd/header %>
-

<%- code %> <%- detail %> <%- msg %>

+

<%- code %> <%- detail %> <%- msg %>

<%- include codimd/footer %> -- cgit v1.2.3