There was an error while loading. Please reload this page.
1 parent 027d12b commit ed5ba45Copy full SHA for ed5ba45
1 file changed
src/pages/index.tsx
@@ -33,8 +33,8 @@ export default function Home(): ReactNode {
33
const { siteConfig } = useDocusaurusContext();
34
return (
35
<Layout
36
- title={`Hello from ${siteConfig.title}`}
37
- description="Description will go into a meta tag in <head />"
+ title={`${siteConfig.title}`}
+ description="The Carleton Computer Science Society internal handbook for volunteers and developers"
38
>
39
<HomepageHeader />
40
<div style={{ textAlign: "center", marginTop: "5rem" }}>
0 commit comments