From 8c7b2b5b9a645d46e72816c07e85412df673f82d Mon Sep 17 00:00:00 2001 From: Ken Kunz Date: Mon, 2 Dec 2024 17:59:23 -0600 Subject: [PATCH] always display strategy page heading on microsite --- .../strategies/[strategy]/+layout.svelte | 30 +++++++++++-------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/src/routes/strategies/[strategy]/+layout.svelte b/src/routes/strategies/[strategy]/+layout.svelte index d2750bc5..eeaf6984 100644 --- a/src/routes/strategies/[strategy]/+layout.svelte +++ b/src/routes/strategies/[strategy]/+layout.svelte @@ -34,10 +34,7 @@ {/if} -{#if $page.data.skipSideNav} - {#if strategyMicrosite} - - {/if} +{#if $page.data.skipSideNav && !strategyMicrosite} {:else}
@@ -91,16 +88,23 @@ {/if} -
- s?.portfolio)} - /> + {#if $page.data.skipSideNav} + {#if strategyMicrosite} + + {/if} -
+ {:else} +
+ s?.portfolio)} + /> + +
+ {/if}
{/if}