From 5487b4da8d2ad7c6a6d003a3a0ee1a860e0de34d Mon Sep 17 00:00:00 2001 From: Katharina Irrgang Date: Mon, 24 Apr 2017 18:00:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20=E2=9C=A8=20=20rename=20images?= =?UTF-8?q?=20(#304)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs https://github.com/TryGhost/Ghost/issues/8348 - `profile_image` && `cover_image` for author and fallback - `feature_image` for tag/post --- author.hbs | 6 +++--- index.hbs | 2 +- page.hbs | 4 ++-- partials/loop.hbs | 2 +- post.hbs | 12 ++++++------ tag.hbs | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/author.hbs b/author.hbs index eb7b1de..e1db9df 100644 --- a/author.hbs +++ b/author.hbs @@ -5,7 +5,7 @@ {{!-- Everything inside the #author tags pulls data from the author --}} {{#author}} -
+
- {{#if image}} + {{#if profile_image}}
-
+
{{/if}}

{{name}}

diff --git a/index.hbs b/index.hbs index 8ca8780..247389a 100644 --- a/index.hbs +++ b/index.hbs @@ -2,7 +2,7 @@ {{!-- The tag above means - insert everything in this file into the {body} of the default.hbs template --}} {{!-- The big featured header --}} -
+