From 7688362ad3b57b0cdd6f048d1e595f69748fc183 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 18 Mar 2023 19:58:38 +0900 Subject: feat(content): add / page --- nuldoc-src/components/page_layout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuldoc-src/components') 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 -- cgit v1.2.3-70-g09d2