Skip to content

Commit ed5ba45

Browse files
Update metdata description
1 parent 027d12b commit ed5ba45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ export default function Home(): ReactNode {
3333
const { siteConfig } = useDocusaurusContext();
3434
return (
3535
<Layout
36-
title={`Hello from ${siteConfig.title}`}
37-
description="Description will go into a meta tag in <head />"
36+
title={`${siteConfig.title}`}
37+
description="The Carleton Computer Science Society internal handbook for volunteers and developers"
3838
>
3939
<HomepageHeader />
4040
<div style={{ textAlign: "center", marginTop: "5rem" }}>

0 commit comments

Comments
 (0)