From 55ece851be538abae04d13750799a7725f6addba Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Thu, 9 Apr 2026 09:12:12 +0200 Subject: [PATCH] added title to wiki pages Signed-off-by: Stephan Richter --- frontend/src/routes/wiki/View.svelte | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/routes/wiki/View.svelte b/frontend/src/routes/wiki/View.svelte index 927fc115..c06b385b 100644 --- a/frontend/src/routes/wiki/View.svelte +++ b/frontend/src/routes/wiki/View.svelte @@ -150,6 +150,11 @@ $effect(loadPage); onMount(connectToBus); + + + Umbrella – {t('wiki')}: {page?.title} + + {#if page && page.versions}