From: PhiTux Date: Mon, 6 Oct 2025 17:37:20 +0000 (+0200) Subject: added title to html head X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=48cd53ccd4ce8947e675dee12fa15a003d832770;p=DailyTxT.git added title to html head --- diff --git a/frontend/src/app.html b/frontend/src/app.html index 6acca33..b1a3176 100644 --- a/frontend/src/app.html +++ b/frontend/src/app.html @@ -9,6 +9,7 @@ + DailyTxT %sveltekit.head% diff --git a/frontend/src/routes/(authed)/read/+page.svelte b/frontend/src/routes/(authed)/read/+page.svelte index 11445af..6b7a262 100644 --- a/frontend/src/routes/(authed)/read/+page.svelte +++ b/frontend/src/routes/(authed)/read/+page.svelte @@ -516,7 +516,7 @@ {#if log.files && log.files.length > 0} -
+
{/if}