From 03dd02deb3cdbfc79590a1802e083c1807c12ef0 Mon Sep 17 00:00:00 2001 From: giles Date: Thu, 3 Oct 2024 14:26:30 +0100 Subject: [PATCH] hbs --- custom-full-feature-image.hbs | 2 +- custom-narrow-feature-image.hbs | 2 +- custom-no-feature-image.hbs | 2 +- page.hbs | 2 +- partials/content.hbs | 2 -- post.hbs | 2 +- 6 files changed, 5 insertions(+), 7 deletions(-) diff --git a/custom-full-feature-image.hbs b/custom-full-feature-image.hbs index 99bdb10..8a141c4 100644 --- a/custom-full-feature-image.hbs +++ b/custom-full-feature-image.hbs @@ -1,5 +1,5 @@ {{!< default}} - +{{> "shop/modal"}}
{{#post}} diff --git a/custom-narrow-feature-image.hbs b/custom-narrow-feature-image.hbs index 605910c..ff8a390 100644 --- a/custom-narrow-feature-image.hbs +++ b/custom-narrow-feature-image.hbs @@ -1,5 +1,5 @@ {{!< default}} - +{{> "shop/modal"}}
{{#post}} diff --git a/custom-no-feature-image.hbs b/custom-no-feature-image.hbs index 454f76a..c8a5a7c 100644 --- a/custom-no-feature-image.hbs +++ b/custom-no-feature-image.hbs @@ -1,5 +1,5 @@ {{!< default}} - +{{> "shop/modal"}}
{{#post}} diff --git a/page.hbs b/page.hbs index 8a0021c..e9092bb 100644 --- a/page.hbs +++ b/page.hbs @@ -1,5 +1,5 @@ {{!< default}} - +{{> "shop/modal"}}
{{#post}} diff --git a/partials/content.hbs b/partials/content.hbs index 4a27c67..debd44c 100644 --- a/partials/content.hbs +++ b/partials/content.hbs @@ -1,5 +1,3 @@ -{{> "shop/modal"}} -
{{#match @page.show_title_and_feature_image}}
diff --git a/post.hbs b/post.hbs index b17b087..c9655fd 100644 --- a/post.hbs +++ b/post.hbs @@ -1,5 +1,5 @@ {{!< default}} - +{{> "shop/modal"}}
{{#post}}