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/index.astro | |
| 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/index.astro')
| -rw-r--r-- | src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 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} /> |
