From f31957bd0def436d13eb88055a02d3332a91dc54 Mon Sep 17 00:00:00 2001 From: kirrg001 Date: Sun, 12 Aug 2018 15:02:03 +0200 Subject: [PATCH] Replaced {{author}} by {{primary_author}} in byline-single.hbs refs https://github.com/TryGhost/gscan/issues/99 - single author usages will be deprecated in Ghost 2.0 - make Casper 100% compatible with Ghost 2.0 --- partials/byline-single.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/partials/byline-single.hbs b/partials/byline-single.hbs index 5ea29b7..c888773 100644 --- a/partials/byline-single.hbs +++ b/partials/byline-single.hbs @@ -1,5 +1,5 @@ {{!-- Everything inside the #author tags pulls data from the author --}} -{{#author}} +{{#primary_author}}
{{#if profile_image}} @@ -20,4 +20,4 @@ Read More -{{/author}} +{{/primary_author}}