mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-10 01:44:27 +01:00
fix: Add page title to extensions site (#950)
This commit is contained in:
@@ -31,6 +31,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
|
||||
<head>
|
||||
<meta charSet="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Extensions | codename goose</title>
|
||||
<Meta />
|
||||
<Links />
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user