diff options
Diffstat (limited to 'nuldoc-src/components')
| -rw-r--r-- | nuldoc-src/components/page_layout.ts | 2 |
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 |
