fix html title
All checks were successful
continuous-integration/drone/push Build is passing

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

View file

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