Skip to content

Commit

Permalink
Update index.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
Yelinz authored Nov 21, 2024
1 parent 19890b2 commit 4b2ec91
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 @@ -14,7 +14,10 @@ const title = "Blogfolio"
<body>
<Header title={title} />
<main>
<h1>Welcome</h1>
<h1>Welcome!</h1>

This is a collection blogs which I wrote over the years.
There is no rhyme or reason, just whenever and whatever I thought was worthy of being documented at the time of creation.
</main>
<Footer />
</body>
Expand Down

0 comments on commit 4b2ec91

Please sign in to comment.