adding title tag

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-04-25 20:15:05 +02:00
parent bf24b609c4
commit 170a551169
2 changed files with 10 additions and 0 deletions
@@ -77,6 +77,12 @@
.amount{ text-align: right }
</style>
<svelte:head>
{#if account}
<title>Umbrella {account.name}</title>
{/if}
</svelte:head>
{#if filter.length > 0}
<fieldset>
<legend>{t('filter by tags')}</legend>
@@ -32,6 +32,10 @@
onMount(load);
</script>
<svelte:head>
<title>Umbrella {t('accounts')}</title>
</svelte:head>
<fieldset>
<span></span>