From e9bc4943d068786516186a3975b2724d5d47fe84 Mon Sep 17 00:00:00 2001 From: Cian Butler Date: Tue, 11 Oct 2016 14:30:40 +0100 Subject: [PATCH] fix error page syntax (#21) --- layout/common/error.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/common/error.ejs b/layout/common/error.ejs index 2815b57..7c0db99 100644 --- a/layout/common/error.ejs +++ b/layout/common/error.ejs @@ -2,8 +2,8 @@
<%- partial('post/title', { class_name: 'not-found__header__title' }) %>
- +
-

<%- post.content %>

+ <%- post.content %>