From a60e3e976a341df462ba948d395bc52c37faffa4 Mon Sep 17 00:00:00 2001 From: Sanne de Vries <65487235+sanne-san@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:31:26 +0200 Subject: [PATCH] Updated hiding page title and feature image implementation (#946) https://github.com/TryGhost/Product/issues/3568 --- page.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/page.hbs b/page.hbs index 054eb83..f74f63f 100644 --- a/page.hbs +++ b/page.hbs @@ -10,7 +10,7 @@ into the {body} tag of the default.hbs template --}}
- {{#if show_title_and_feature_image}} + {{#match @page.show_title_and_feature_image}}

{{title}}

@@ -35,7 +35,7 @@ into the {body} tag of the default.hbs template --}} {{/if}}
- {{/if}} + {{/match}}
{{content}}