aboutsummaryrefslogtreecommitdiffhomepage
path: root/nuldoc-src/components/page_layout.ts
diff options
context:
space:
mode:
Diffstat (limited to 'nuldoc-src/components/page_layout.ts')
-rw-r--r--nuldoc-src/components/page_layout.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuldoc-src/components/page_layout.ts b/nuldoc-src/components/page_layout.ts
index d76e3b2..7dc6a43 100644
--- a/nuldoc-src/components/page_layout.ts
+++ b/nuldoc-src/components/page_layout.ts
@@ -46,7 +46,7 @@ export async function pageLayout(
]]),
]),
linkElement("icon", "/favicon.svg", "image/svg+xml"),
- el("title", [], text(`${metaTitle} | ${config.blog.siteName}`)),
+ el("title", [], text(metaTitle)),
await stylesheetLinkElement("/style.css", config),
...(
requiresSyntaxHighlight