aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-29 01:26:44 +0100
committerGravatar Joe Banks <[email protected]>2024-04-29 01:26:44 +0100
commita93339e8cf7665c1e128070fba6a51b12517caac (patch)
tree5706493d752184ad8e2a633a9efa08e82efaf967
parentList services on home page (diff)
Add HTML lang attribute
-rw-r--r--src/layout/page.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layout/page.tsx b/src/layout/page.tsx
index ef6facd..c485e3a 100644
--- a/src/layout/page.tsx
+++ b/src/layout/page.tsx
@@ -72,6 +72,7 @@ export default PageLayout;
export const generateHeader = (title: string, description: string) => {
return () => <>
+ <html lang="en" />
<title>{title} &bull; PyDis Ops</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" />