From b7a6f81a18a55555be70b0b6479606a48498874b Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Fri, 10 Jan 2014 17:00:41 +0100 Subject: [PATCH] Removed conditional author check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because a post always has an author. Except when Ghost first runs, and there is the welcome post with no author. But in this case Ghost simply outputs nothing - I haven’t been able to make anything explode. --- post.hbs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/post.hbs b/post.hbs index 14fc7b5..54a1384 100644 --- a/post.hbs +++ b/post.hbs @@ -31,12 +31,10 @@