From bdf99841f0b0afe87df4884a2f404395712107d2 Mon Sep 17 00:00:00 2001 From: jonhickman Date: Thu, 6 Mar 2025 08:15:56 +0000 Subject: [PATCH] [Solo] Moved the secondary header inside the member check (#395) no issues - moved the secondary header inside the {{#unless @member}} block so it isn't displayed when when logged in as a member --- index.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.hbs b/index.hbs index 603adb2..fb56d81 100644 --- a/index.hbs +++ b/index.hbs @@ -29,11 +29,11 @@ {{#if @custom.primary_header}}

{{{@custom.primary_header}}}

{{/if}} - {{#if @custom.secondary_header}} -

{{{@custom.secondary_header}}}

- {{/if}} {{#if @site.members_enabled}} {{#unless @member}} + {{#if @custom.secondary_header}} +

{{{@custom.secondary_header}}}

+ {{/if}}
jamie@example.com Subscribe