From 30bcad0ba4890a74c90e526785117af8eb46f219 Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 7 Sep 2024 23:15:20 +0600 Subject: [PATCH] web/layout: add og:url & application name to head --- web/src/app.html | 5 +++-- web/src/routes/+layout.svelte | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/web/src/app.html b/web/src/app.html index a46da024..3ba5c5e9 100644 --- a/web/src/app.html +++ b/web/src/app.html @@ -3,11 +3,12 @@ - - %sveltekit.head% + + %sveltekit.head% + diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index 90da7833..daaaa830 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -42,6 +42,10 @@ + {#if env.HOST} + + {/if} + {#if device.is.mobile} {/if}