Skip to content

Commit

Permalink
feat: update title/descrition of home page
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneGoosen committed Sep 13, 2024
1 parent 3c1023f commit 201cb16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ const MAX_POSTS = 5 // max number of posts to show on the home page
const posts = await getPosts(MAX_POSTS)
---

<BaseLayout title='Home'>
<BaseLayout
title='Wayne Goosen: Helping you ship more!'
description='Who is Wayne Goosen? He is a Software and DevOps Engineer with over a decade of IT experience, ready to help you ship faster and more efficiently.'
>
<TitlePage title='Wayne Goosen' />
<ListCategories />

Expand Down

0 comments on commit 201cb16

Please sign in to comment.