From b388ca2840d9ae4584ca4f9f4d6525afc6e89f88 Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Sun, 24 Jan 2021 12:22:18 +0530 Subject: [PATCH] :sparkles: Add support for custom themeUrl --- src/routes/_layout.svelte | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/routes/_layout.svelte b/src/routes/_layout.svelte index 2076ac0..217eec8 100644 --- a/src/routes/_layout.svelte +++ b/src/routes/_layout.svelte @@ -9,10 +9,14 @@ {#if config["status-website"].customHeadHtml} {@html config["status-website"].customHeadHtml} {/if} - + {#if config["status-website"].themeUrl} + + {:else} + + {/if}