Skip to content

Commit

Permalink
feat: update blog name and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneGoosen committed Apr 8, 2024
1 parent c846caf commit b79bb83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ const today = new Date()
---

<footer class='flex justify-center items-center w-full px-16 h-28 border-t-2'>
&copy; {today.getFullYear()} Your Name. All rights reserved.
&copy; {today.getFullYear()} Wayne Goosen. All rights reserved.
</footer>
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const posts = await getPosts(MAX_POSTS)
---

<BaseLayout title='Home'>
<TitlePage title='Blog Title' />
<TitlePage title='Wayne Goosen' />
<ListCategories />

<div>
Expand Down

0 comments on commit b79bb83

Please sign in to comment.