aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-01-22 15:15:18 +0000
committerAndrew Lee <alee14498@protonmail.com>2024-01-22 15:15:18 +0000
commit4b953d0c3be1d3c162f49612f21f5907ce64ce07 (patch)
tree9ded6195e88763c8cfe799020616113c39a48652 /src/pages
parent2604cab500fa359cbeb106873f6e0ea19b798e2b (diff)
downloadpersonal-website-4b953d0c3be1d3c162f49612f21f5907ce64ce07.tar.gz
personal-website-4b953d0c3be1d3c162f49612f21f5907ce64ce07.tar.bz2
personal-website-4b953d0c3be1d3c162f49612f21f5907ce64ce07.zip
Update navigation links and description is no longer hardcoded
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>