diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-22 15:15:18 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-22 15:15:18 +0000 |
| commit | 4b953d0c3be1d3c162f49612f21f5907ce64ce07 (patch) | |
| tree | 9ded6195e88763c8cfe799020616113c39a48652 /src/pages | |
| parent | 2604cab500fa359cbeb106873f6e0ea19b798e2b (diff) | |
| download | personal-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.astro | 2 | ||||
| -rw-r--r-- | src/pages/projects.astro | 3 |
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> |
