From 3d74b1b918abe5c50ab0c0790ce9613c76de82c7 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Tue, 14 Mar 2017 16:52:48 +0000 Subject: [PATCH 1/4] Remove explicit {{meta_description}} refs TryGhost/Ghost#4424 - as of https://github.com/TryGhost/Ghost/pull/8150, `{{ghost_head}}` will output the meta description if Ghost is able to determine a sensible value to output. --- default.hbs | 1 - 1 file changed, 1 deletion(-) diff --git a/default.hbs b/default.hbs index 8dac16c..ac7888b 100644 --- a/default.hbs +++ b/default.hbs @@ -7,7 +7,6 @@ {{!-- Page Meta --}} {{meta_title}} - {{!-- Mobile Meta --}} From ccf903fefffdfe6ba63b34922431a5612dba9635 Mon Sep 17 00:00:00 2001 From: Aileen Nowak Date: Wed, 15 Mar 2017 00:10:52 +0700 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=A4=96=20=20Remove=20favcicon=20html?= =?UTF-8?q?=20tag=20(#282)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs TryGhost/Ghost#7688 Removes `` from `default.hbs` as it will be rendered now via `ghost_head`. --- default.hbs | 3 --- 1 file changed, 3 deletions(-) diff --git a/default.hbs b/default.hbs index ac7888b..76c7817 100644 --- a/default.hbs +++ b/default.hbs @@ -12,9 +12,6 @@ - {{!-- Brand icon --}} - - {{!-- Styles'n'Scripts --}} From 5487b4da8d2ad7c6a6d003a3a0ee1a860e0de34d Mon Sep 17 00:00:00 2001 From: Katharina Irrgang Date: Mon, 24 Apr 2017 18:00:00 +0200 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=94=A5=20=E2=9C=A8=20=20rename=20imag?= =?UTF-8?q?es=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 --}} -
+