diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index a6d0418..c143a3a 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -1,14 +1,26 @@
@@ -24,7 +36,7 @@
{/if}
{#if !isHome}
- {pageTitle}
+ {headerState?.title ?? ""}
{/if}
@@ -34,6 +46,23 @@
diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte
new file mode 100644
index 0000000..981abad
--- /dev/null
+++ b/src/routes/about/+page.svelte
@@ -0,0 +1,4 @@
+
\ No newline at end of file