diff --git a/server/landing.ts b/server/landing.ts
index 84c9210..d08b619 100644
--- a/server/landing.ts
+++ b/server/landing.ts
@@ -30,7 +30,7 @@ export function renderMainLanding(modules: ModuleInfo[]): string {
-
+
rSpace — Community Platform
@@ -272,7 +272,7 @@ export function renderSpaceDashboard(space: string, modules: ModuleInfo[]): stri
-
+
${escapeHtml(displayName)} | rSpace
diff --git a/server/shell.ts b/server/shell.ts
index ceb07c6..4c91ddc 100644
--- a/server/shell.ts
+++ b/server/shell.ts
@@ -103,7 +103,7 @@ export function renderShell(opts: ShellOptions): string {
-
+
${escapeHtml(title)}
@@ -732,7 +732,7 @@ export function renderExternalAppShell(opts: ExternalAppShellOptions): string {
-
+
${escapeHtml(title)}
@@ -986,7 +986,7 @@ export function renderModuleLanding(opts: ModuleLandingOptions): string {
-
+
${escapeHtml(mod.name)} — rSpace
@@ -1319,7 +1319,7 @@ export function renderSubPageInfo(opts: SubPageInfoOptions): string {
-
+
${escapeHtml(subPage.title)} — ${escapeHtml(mod.name)} | rSpace