From ca92263f1ad480d1b14af9345416bad078ad7cac Mon Sep 17 00:00:00 2001 From: Stuart Morris Date: Sun, 20 Aug 2017 15:06:01 +1000 Subject: [PATCH 1/2] Updated helper references to Ghost v1.6.0 to enable successful import to Ghost(Pro) --- author.hbs | 4 ++-- default.hbs | 6 +++--- page.hbs | 2 +- partials/comments.hbs | 2 +- partials/cover.hbs | 2 +- partials/index-meta.hbs | 6 +++--- partials/post-meta.hbs | 6 +++--- post.hbs | 4 ++-- tag.hbs | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/author.hbs b/author.hbs index 708585aa..02ad45fc 100644 --- a/author.hbs +++ b/author.hbs @@ -1,6 +1,6 @@ {{!< default}} -
+
{{#author}} @@ -12,7 +12,7 @@
{{#author}} - {{name}} + {{name}} {{/author}}
{{plural pagination.total empty="No posts" singular="% article" plural="% articles"}} diff --git a/default.hbs b/default.hbs index feccffc5..a4b35404 100644 --- a/default.hbs +++ b/default.hbs @@ -35,9 +35,9 @@ {{! Prerendering and Prefetching }} - {{#if @blog.cover}} - - + {{#if @blog.cover_image}} + + {{/if}} diff --git a/page.hbs b/page.hbs index f78afffe..5d9a0b8e 100644 --- a/page.hbs +++ b/page.hbs @@ -4,7 +4,7 @@ {{> post-meta}} -
+
{{> title}}