Skip to content

Commit

Permalink
Update website metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkthmpsn committed May 12, 2024
1 parent 2892263 commit 22ab7c0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
import './globals.css'
import "./globals.css";

export const metadata = {
title: 'MT',
description: '4th-best Mark Thompson, 2016 awards',
}
title: "Mark Thompson",
description:
"Personal website of Mark Thompson. 4th-best Mark Thompson, 2016 awards.",
};

export default function RootLayout({
children,
}: {
children: React.ReactNode
children: React.ReactNode;
}) {
return (
<html lang="en">
<body>{children}</body>
</html>
)
);
}

0 comments on commit 22ab7c0

Please sign in to comment.