aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/index.astro2
-rw-r--r--src/pages/projects.astro3
2 files changed, 2 insertions, 3 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 1f6061d..ab4f39b 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -6,7 +6,7 @@ import Profile from '../images/Alee.png';
import '../styles/index.css';
---
-<Layout title="Andrew Lee">
+<Layout title="Andrew Lee" description="Andrew Lee Website">
<main class="home">
<div class="headline">
<Image src={Profile} class="avatar" alt="Andrew Lee" height={200} width={200} />
diff --git a/src/pages/projects.astro b/src/pages/projects.astro
index 0313de2..fb61caf 100644
--- a/src/pages/projects.astro
+++ b/src/pages/projects.astro
@@ -1,6 +1,5 @@
---
import Page from "../layouts/Page.astro";
---
-<Page>
-
+<Page title="Projects" description="Hello world">
</Page>