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/package.json b/package.json index bc8aae24..d393c3f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Phantom", - "version": "5.0.1", + "version": "5.0.2", "description": "A minimalistic theme for Ghost inspired by the Designmodo Journal.", "repository": { "type": "git", 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}}