From 0d099e34cdd3ec44dad58366d9a6e1e5fa4cad96 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 9 Mar 2026 13:37:27 -0700 Subject: [PATCH] feat: add title and meta description, and relocate SvelteKit head tags to the top of the head. --- hdyc-svelte/src/app.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hdyc-svelte/src/app.html b/hdyc-svelte/src/app.html index d45c78b..8f92aad 100644 --- a/hdyc-svelte/src/app.html +++ b/hdyc-svelte/src/app.html @@ -2,7 +2,11 @@ + HowDoYouConvert.com — Free Unit Conversion Calculators + + %sveltekit.head% + - %sveltekit.head% + +
%sveltekit.body%