fix html title
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dmitriy Pleshevskiy 2022-06-09 22:21:01 +03:00
parent fed6f53663
commit e7f2e9aee7
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export function Layout(ctx: Context, page: AnyNode): AnyNode {
content: "width=device-width, initial-scale=1",
}),
E("link", { rel: "stylesheet", href: "/styles/main.css" }),
E("title", [], "Recipes"),
E("title", [], "Pleshevski"),
]),
E("body", [], [
E("div", { id: "root" }, [page]),