From e737876c77cdf32108bfc1c03205332532f4df39 Mon Sep 17 00:00:00 2001 From: jonhickman Date: Thu, 6 Mar 2025 07:57:08 +0000 Subject: [PATCH] Update index.hbs Move the secondary header (default value is CTA text) inside the `{{#unless @member}}` block so it doesn't show up when logged in --- 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